close method

void close()

Close all instances from this scope

Implementation

void close() {
  clear();
  koin.scopeRegistry.deleteScope(this);
}