find method

T find({
  1. String? tag,
})

Resolves the current value of this provider from the active LevitScope.

Implementation

T find({String? tag}) => Levit.find<T>(key: this, tag: tag);