cancel method

Future cancel()

Cancels all previously queued onDisconnect() events for actual location and all children.

Implementation

Future cancel() => handleThenable(jsObject.cancel());