FactoryFuncAsync<T> typedef

FactoryFuncAsync<T> = Future<T> Function()

Signature of the factory function used by async factories

Implementation

typedef FactoryFuncAsync<T> = Future<T> Function();