shared_interfaces library

Classes

ChainedDisposable
A disposable object that supports chained disposal operations.
Disposable
Interface for objects that can be disposed.

Typedefs

Disposer = FutureOr<void> Function()
A function that performs cleanup operations.