installService method

void installService(
  1. String serviceName, {
  2. required String starter,
  3. String? user,
  4. String? group,
  5. String? description,
  6. String? workingDirectory,
  7. bool startAtOnce = true,
})

Implementation

void installService(String serviceName,
    {required String starter,
    String? user,
    String? group,
    String? description,
    String? workingDirectory,
    bool startAtOnce = true}) {
  throw UnsupportedError('OsService.installService()');
}