dio package
documentation
dio
ValidateStatus typedef
ValidateStatus
ValidateStatus
typedef
Null safety
ValidateStatus
=
bool
Function
(
int
?
status
)
Implementation
typedef ValidateStatus = bool Function(int? status);
dio package
documentation
dio
ValidateStatus typedef
dio library
Classes
BaseOptions
CancelToken
DefaultTransformer
Dio
DioMixin
ErrorInterceptorHandler
FormData
Headers
HttpClientAdapter
Interceptor
Interceptors
InterceptorsWrapper
ListParam
Lock
LogInterceptor
MultipartFile
Options
QueuedInterceptor
QueuedInterceptorsWrapper
RedirectRecord
RequestInterceptorHandler
RequestOptions
Response
ResponseBody
ResponseInterceptorHandler
Transformer
Mixins
OptionsMixin
Enums
DioErrorType
ListFormat
ResponseType
Typedefs
HeaderForEachCallback
InterceptorErrorCallback
InterceptorSendCallback
InterceptorSuccessCallback
JsonDecodeCallback
ProgressCallback
RequestEncoder
ResponseDecoder
ValidateStatus
Exceptions
DioError