Shared Interfaces

Common interfaces for Dart.

API

  • Disposable - Basic disposal interface
  • ChainedDisposable - Advanced interface with onDispose() hook
  • Disposer - Function type for cleanup operations

Libraries

shared_interfaces