getScopeOrNull method

Scope? getScopeOrNull([
  1. Koin? koin
])

Implementation

Scope? getScopeOrNull([Koin? koin]) {
  koin ??= KoinContextHandler.get();
  return koin.getScopeOrNull((scopeId));
}