stopBackgroundService method

Future<void> stopBackgroundService()

Implementation

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