AsyncCallbackWithError<T> typedef

AsyncCallbackWithError<T> = Future<T> Function(void (Object error))

Implementation

typedef AsyncCallbackWithError<T> = Future<T> Function(
    void Function(Object error));