cancel static method

void cancel(
  1. 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},
  );
}