FutureCallback<T> typedef
FutureCallback<T> =
Future<T> Function()
General. Function type of return Future value.
Implementation
typedef FutureCallback<T> = Future<T> Function();
General. Function type of return Future value.
typedef FutureCallback<T> = Future<T> Function();