find<T> function

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

Implementation

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