cancel method

Future<void> cancel()

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

Implementation

Future<void> cancel() {
  throw UnimplementedError('cancel() not implemented');
}