flutter_dispose_scope library

Classes

Disposable
An object that can be disposed.
DisposeScope
Groups many Disposes together and allows for disposing of all of them at once.

Typedefs

Dispose = FutureOr<void> Function()
Function which does disposing when called.