showText static method

void showText(
  1. String text
)

文本提示

Implementation

static void showText(String text) {
  BotToast.showText(text: text);
}