stop method

Future<void> stop(
  1. String serviceName
)

Stops the service.

Implementation

Future<void> stop(String serviceName) =>
    _manager.stop(packageName, serviceName);