dio package
documentation
dio
InterceptorErrorCallback typedef
InterceptorErrorCallback
dio package
documentation
dio
InterceptorErrorCallback typedef
dio library
Classes
BaseOptions
CancelToken
DefaultTransformer
Dio
DioMixin
FormData
Headers
HttpClientAdapter
Interceptor
Interceptors
InterceptorsWrapper
Lock
LogInterceptor
MultipartFile
Options
RedirectRecord
RequestOptions
Response
ResponseBody
Transformer
Enums
DioErrorType
ResponseType
Typedefs
CancelWrapper
EnqueueCallback
HeaderForEachCallback
InterceptorErrorCallback
InterceptorSendCallback
InterceptorSuccessCallback
JsonDecodeCallback
ProgressCallback
RequestEncoder
ResponseDecoder
ValidateStatus
VoidCallback
Exceptions
DioError
InterceptorErrorCallback
typedef
dynamic
InterceptorErrorCallback
(
DioError
e
)
Implementation
typedef InterceptorErrorCallback = dynamic Function(DioError e);