removeAllQueuedToasts static method

dynamic removeAllQueuedToasts()

Implementation

static removeAllQueuedToasts() {
  fToast?.removeQueuedCustomToasts();
}