menu
k_network package
documentation
throw/i_throw_handler.dart
IThrowHandler
handleStatusCode abstract method
handleStatusCode abstract method
dark_mode
light_mode
handleStatusCode
abstract method
void
handleStatusCode
(
int
?
code
,
String
?
errorMsg
)
统一状态码处理
Implementation
void handleStatusCode(int? code, String? errorMsg);
k_network package
documentation
throw/i_throw_handler
IThrowHandler
handleStatusCode abstract method
IThrowHandler class