stopService method

Future<String?> stopService()

Implementation

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