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