AsyncConvert<D, T> typedef

AsyncConvert<D, T> = Future<D> Function(T data)

Implementation

typedef AsyncConvert<D, T> = Future<D> Function(T data);