startService method

  1. @override
Future<bool> startService()
override

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

Implementation

@override
Future<bool> startService() async => false;