AsyncTask<T> typedef

AsyncTask<T> = FutureOr<T> Function()

Implementation

typedef AsyncTask<T> = FutureOr<T> Function();