showToast function

void showToast(
  1. String message
)

Implementation

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