cancel abstract method

Future<void> cancel()

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

If a write has been queued for this location via a set() or update() at a parent location, the write at this location will be canceled though all other siblings will still be written.

Implementation

Future<void> cancel();