dispose method

FutureOr<void> dispose()

Runs the registered cleanup callback.

Implementation

FutureOr<void> dispose() => cleanup();