stopService method

Future<void> stopService()

Implementation

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