AsyncValueGetter< T> typedef
Signature for callbacks that are to asynchronously report a value on demand.
See also:
- ValueGetter, a synchronous version of this signature.
- AsyncValueSetter, the setter equivalent of this signature.
Implementation
typedef AsyncValueGetter<T> = Future<T> Function();