cancel static method
- ProgressListener listener
Cancels an ongoing asynchronous weather operation.
Parameters
listener: Progress listener associated with the operation to cancel.
Implementation
static void cancel(final ProgressListener listener) {
staticMethod(
'Weather',
'cancel',
args: <String, dynamic>{'listener': listener.id},
);
}