cancel static method
      
void
cancel(
    
- 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,
  );
}