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