hide method

void hide()

Implementation

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