uninstallService method
卸载 Windows 系统服务。
仅 Windows 平台实现真正执行(UAC 提权调用 clash_sing_helper.exe uninstall
并轮询确认);其他平台返回 false。
Implementation
Future<bool> uninstallService() async {
throw UnimplementedError('uninstallService() has not been implemented.');
}