showToast static method

dynamic showToast(
  1. String message
)

Implementation

static showToast(String message) {
  _channel.invokeMethod('showToast', message);
}