hide static method
void
hide()
hide.
Implementation
static void hide() {
_refCount = (_refCount - 1).clamp(0, 999);
if (_refCount > 0) return;
_overlay?.remove();
_overlay = null;
}
hide.
static void hide() {
_refCount = (_refCount - 1).clamp(0, 999);
if (_refCount > 0) return;
_overlay?.remove();
_overlay = null;
}