@override Future<bool> installXdoTool() async { if (Platform.isLinux) { return await methodChannel.invokeMethod("installXdoTool"); } return false; }