cancelToast static method

dynamic cancelToast()

Implementation

static cancelToast() {
  _entry?.remove();
  _entry = null;
}