menu
getx_scaffold package
documentation
common/common.dart
showErrorToast function
showErrorToast function
dark_mode
light_mode
showErrorToast
function
void
showErrorToast
(
String
msg
)
显示错误Toast
Implementation
void showErrorToast(String msg) { Toast.error(msg); }
getx_scaffold package
documentation
common/common
showErrorToast function
common library