OnError typedef

OnError = void Function(DioException exception, ErrorInterceptorHandler handler)

Implementation

typedef OnError = void Function(
    DioException exception, ErrorInterceptorHandler handler);