close method
void
close()
Close all instances from this scope
Implementation
void close() {
clear();
koin.scopeRegistry.deleteScope(this);
}
Close all instances from this scope
void close() {
clear();
koin.scopeRegistry.deleteScope(this);
}