showToast static method
void
showToast(
- dynamic message
Implementation
static void showToast(message) {
Fluttertoast.showToast(msg: message);
}
static void showToast(message) {
Fluttertoast.showToast(msg: message);
}