Finds and resolves the store value in the active scope.
Throws if no active scope is available or initialization fails.
Future<T> find({String? tag}) => findIn(Ls.currentScope, tag: tag);