bot_toast_lego 1.0.1
bot_toast_lego: ^1.0.1 copied to clipboard
lego that bot_toast apply to your project
bot_toast_lego #
lego about bot_toast for lego.
Installation #
- If the lego project doesn't exist, please create new project by following guide.
- open terminal in the lego project root directory, enter the following command.
june add bot_toast_lego
Usage #
var cancel = BotToast.showText(text:"xxxx");
var cancel = BotToast.showSimpleNotification(title: "init");