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