remove method
void
remove()
Implementation
void remove() {
// 移除当前的 Overlay
_overlayEntry?.remove();
_overlayEntry = null;
_isFloating = false;
}
void remove() {
// 移除当前的 Overlay
_overlayEntry?.remove();
_overlayEntry = null;
_isFloating = false;
}