deleteIn method
Deletes the store instance from scope.
Implementation
Future<bool> deleteIn(LevitScope scope, {String? tag, bool force = false}) {
return _inner.deleteIn(scope, tag: tag, force: force);
}
Deletes the store instance from scope.
Future<bool> deleteIn(LevitScope scope, {String? tag, bool force = false}) {
return _inner.deleteIn(scope, tag: tag, force: force);
}