show static method
Implementation
static void show(String msg) {
Fluttertoast.showToast(
msg: msg,
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.BOTTOM,
backgroundColor: toastBgColor,
textColor: toastTextColor,
fontSize: toastFontSize,
);
}