removeService method

Future<bool> removeService(
  1. String name
)

Removes a service from the Swarm cluster by name.

Implementation

Future<bool> removeService(String name) =>
    DockerCMD.removeService(this, name);