dismiss method

void dismiss()

Dismisses the loading toast.

Implementation

void dismiss() {
  _overlayEntry?.remove();
  _overlayEntry = null;
}