find method
Resolves the current value of this provider from the active LevitScope.
Implementation
T find({String? tag}) => Levit.find<T>(key: this, tag: tag);
Resolves the current value of this provider from the active LevitScope.
T find({String? tag}) => Levit.find<T>(key: this, tag: tag);