showModal static method
Implementation
static void showModal(Widget content) {
BotToast.showWidget(
toastBuilder: (_) {
return content;
},
groupKey: "modal");
}
static void showModal(Widget content) {
BotToast.showWidget(
toastBuilder: (_) {
return content;
},
groupKey: "modal");
}