onAfterError property

Future<void> Function(DioException err, ErrorInterceptorHandler handler)? onAfterError
final

Implementation

final Future<void> Function(
  DioException err,
  ErrorInterceptorHandler handler,
)? onAfterError;