AsyncTask<T> typedef

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

Implementation

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