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