showToast static method

void showToast(
  1. dynamic message
)

Implementation

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