menu
comm_utils package
documentation
http/throw/i_throw_handler.dart
IThrowHandler
handleStatusCode abstract method
handleStatusCode abstract method
dark_mode
light_mode
handleStatusCode
abstract method
void
handleStatusCode
(
int
?
code
, {
dynamic
onFail
(
String
?
,
String
?
,
Exception
)?,
})
统一状态码处理
Implementation
void handleStatusCode(int? code, {Function(String?, String?, Exception)? onFail});
comm_utils package
documentation
http/throw/i_throw_handler
IThrowHandler
handleStatusCode abstract method
IThrowHandler class