uninstallService method

void uninstallService(
  1. String serviceName, {
  2. String? user,
  3. String? group,
})

Implementation

void uninstallService(String serviceName, {String? user, String? group}) {
  throw UnsupportedError('OsService.uninstallService()');
}