installXdoTool method

Future<bool> installXdoTool()

Implementation

Future<bool> installXdoTool() async {
  return Future.error(
      'installXdoTool() has not been implemented on this platform yet.');
}