cancel static method

void cancel(
  1. EventHandler handler
)

Cancel an Social Overlay operation.

Parameters

  • IN handler The operation handler

Throws

  • An exception if it fails

Implementation

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