showWarning static method
显示全局警告提示
message 警告内容
用法示例
PPAlert.showWarning("请完善信息!");
Implementation
static void showWarning(String message) {
EasyLoading.showToast(
message,
toastPosition: EasyLoadingToastPosition.center,
);
}
显示全局警告提示
message 警告内容
PPAlert.showWarning("请完善信息!");
static void showWarning(String message) {
EasyLoading.showToast(
message,
toastPosition: EasyLoadingToastPosition.center,
);
}