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