startService method

Future<bool> startService()

启动已安装的 Windows 系统服务。

Implementation

Future<bool> startService() async {
  throw UnimplementedError('startService() has not been implemented.');
}