static showAlertToast( {required String msg, Alignment? alignment, String eors = "i"}) { showToast(msg, alignment: alignment, eors: eors); }