find<T> abstract method

FutureOr<T> find<T>(
  1. Provider<T> provider
)

Find an instance of a Provider

@see ModuleRef.call

Implementation

FutureOr<T> find<T>(Provider<T> provider);