menu
comm_utils package
documentation
http/throw/i_throw_handler.dart
IThrowHandler
handleError abstract method
handleError abstract method
dark_mode
light_mode
handleError
abstract method
void
handleError
(
Exception
ex
, {
dynamic
onFail
(
String
?
,
String
?
,
Exception
)?,
})
统一异常处理
Implementation
void handleError(Exception ex, {Function(String?, String?, Exception)? onFail});
comm_utils package
documentation
http/throw/i_throw_handler
IThrowHandler
handleError abstract method
IThrowHandler class