koin_disposable library
Classes
- Disposable
-
Interface that must be implemented in the business classes that use streams
or it is necessary to finalize some internal component.
The
disposemethod will be called when the scope is closed.
Extensions
- DisposableModuleExtension on Module
-
Introduces
disposableandscopeOneDisposablekeywords that comes in complement of single and scoped,to help declare disposable component. - ScopeSetDisposableExtension on ScopeDSL