closeToast method

void closeToast()

Implementation

void closeToast() {
  _toast.removeQueuedCustomToasts();
}