BaseDioErrorIntercept typedef
BaseDioErrorIntercept =
List<InterceptorError> Function(String path, dynamic tag)
Implementation
typedef BaseDioErrorIntercept = List<InterceptorError> Function(
String path, dynamic tag);