stopBackgroundService method

Future<bool> stopBackgroundService()

Stop background service

Implementation

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