showToast static method
Implementation
static void showToast(String message, {int time = 1}) {
// BotToast.showText(
// textStyle: HMSTextStyle.setTextStyle(fontSize: 14),
// text: message,
// contentColor: Colors.black87,
// duration: Duration(seconds: time));
}