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