menu
pp_kits package
documentation
common/alert.dart
PPAlert
showError static method
showError static method
dark_mode
light_mode
showError
static method
void
showError
(
String
message
)
显示错误提示
Implementation
static void showError(String message) { EasyLoading.showError(message); }
pp_kits package
documentation
common/alert
PPAlert
showError static method
PPAlert class