@override Future<void> toggleWindowMode(String windowId) { return methodChannel .invokeMethod('toggleWindowMode', {'windowId': windowId}); }