Removes this store from the active scope.
Future<bool> delete({String? tag, bool force = false}) => deleteIn(Ls.currentScope, tag: tag, force: force);