showSuccessToast static method
Implementation
static void showSuccessToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, successColor, Icons.check_circle, seconds);
}
static void showSuccessToast(BuildContext context, String text, {int seconds = 3}) {
showToast(context, text, successColor, Icons.check_circle, seconds);
}