stopBackgroundPollingService method

Future<bool> stopBackgroundPollingService()

Stop the background poller process started via startBackgroundPollingService.

Implementation

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