AsynchronousError<T, K> typedef

AsynchronousError<T, K> = Future<K> Function(T stub, Exception err)

Implementation

typedef Future<K> AsynchronousError<T, K>(T stub, Exception err);