uninstallService method

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

卸载 Windows 系统服务。

仅 Windows 平台实现真正执行(UAC 提权调用 clash_sing_helper.exe uninstall 并轮询确认);其他平台返回 false

Implementation

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