showToast function

dynamic showToast(
  1. String message
)

Implementation

showToast(String message) {
  Fluttertoast.showToast(msg: message);
}