OnError typedef
OnError =
void Function(DioException error, ErrorInterceptorHandler handler)?
Implementation
typedef OnError = void Function(DioException error, ErrorInterceptorHandler handler)?;
typedef OnError = void Function(DioException error, ErrorInterceptorHandler handler)?;