stopService method

Future<void> stopService()

Stop the background service completely

Implementation

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