cancel static method

void cancel(
  1. EventHandler handler
)

Cancels a Social Overlay operation.

Parameters

  • IN handler The operation handler.

Implementation

static void cancel(EventHandler handler) {
  staticMethod(
    'SocialOverlay',
    'cancel',
    args: (handler as ProgressListener).id,
  );
}