@override Future<bool> hideOverlay() async { final result = await methodChannel.invokeMethod<bool>('hideOverlay'); return result ?? false; }