@override Future<String?> getWindowHandle() async { final handle = await methodChannel.invokeMethod<String>("getWindowHandle"); return handle; }