showToast static method

void showToast(
  1. String message, {
  2. int time = 1,
})

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));
}