AsyncFunction<T> typedef
AsyncFunction<T> =
FutureOr<T> Function()
to represent an async function without arguments
Implementation
typedef AsyncFunction<T> = FutureOr<T> Function();
to represent an async function without arguments
typedef AsyncFunction<T> = FutureOr<T> Function();