part of ansu_ui; class ASToast { static show(String text) { BotToast.showText(text: text); } }