getScope method

Scope getScope(
  1. String scopeID
)

Get Scope @param scopeID

Implementation

Scope getScope(String scopeID) => getKoin().getScope(scopeID);