AsyncValueGetter<T> typedef

Future<T> AsyncValueGetter ()

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

See also:

Implementation

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