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 dispose method will be called when the scope is closed.

Extensions

DisposableModuleExtension on Module
Introduces disposable and scopeOneDisposable keywords that comes in complement of single and scoped,to help declare disposable component.
ScopeSetDisposableExtension on ScopeDSL