ProviderResult<T> typedef

ProviderResult<T> = FutureOr<T>?

Implementation

typedef ProviderResult<T> = _i4.FutureOr<T>?;