clearToast static method

void clearToast()

Implementation

static void clearToast() {
  _toastEntry?.remove();
  _toastEntry = null;
}