stopService method

Future<bool> stopService()

停止 Windows 系统服务(helper 内部走 HTTP API 同步关闭)。

Implementation

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