isRegisteredIn method
Checks if the store is registered in scope.
Implementation
bool isRegisteredIn(LevitScope scope, {String? tag}) {
return _inner.isRegisteredIn(scope, tag: tag);
}
Checks if the store is registered in scope.
bool isRegisteredIn(LevitScope scope, {String? tag}) {
return _inner.isRegisteredIn(scope, tag: tag);
}