hideToast static method

dynamic hideToast()

Implementation

static hideToast() {
  _channel.invokeMethod('hideToast');
}