AsyncAction<T, E> typedef
- E e
An asynchronous callback that returns a value.
Implementation
typedef AsyncAction<T, E> = Future<T> Function(E e);
An asynchronous callback that returns a value.
typedef AsyncAction<T, E> = Future<T> Function(E e);