remove method

Future<void> remove()

Ensures the data at this location is deleted when the client is disconnected (due to closing the browser, navigating to a new page, or network issues).

Implementation

Future<void> remove() => set(null);