showWarningToast static method
Implementation
static void showWarningToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, warningColor, Icons.warning_rounded, seconds);
}
static void showWarningToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, warningColor, Icons.warning_rounded, seconds);
}