remove static method

dynamic remove()

Implementation

static remove() {
  if (overlayEntry != null) {
    overlayEntry!.remove();
  }
}