Closes overlau if open
static Future<bool?> closeOverlay() async { final bool? _res = await _overlayChannel.invokeMethod('close'); return _res; }