AsyncConstruct<T> typedef

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

Implementation

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