OnErrorInterceptor typedef

OnErrorInterceptor = Future Function(dynamic error)

Implementation

typedef OnErrorInterceptor = Future Function(dynamic error);