cancel method

Future<void> cancel()

Cancels all previously queued onDisconnect() set or update events for this location and all children.

Implementation

Future<void> cancel() {
  return _delegate.cancel();
}