resolve<T> abstract method

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

Returns an instance of provider defined using providers that exist in any module.

Implementation

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