AsyncValueGetter<T> typedef

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

Signature for callbacks that are to asynchronously report a value on demand.

See also:

Implementation

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