AsyncInit<T> typedef

AsyncInit<T> = Future Function(T data)

Implementation

typedef AsyncInit<T> = Future<dynamic> Function(T data);