stopService method

Future<bool> stopService()

Implementation

Future<bool> stopService() {
  throw UnimplementedError('stopService() has not been implemented.');
}