stopBackgroundPollingService method
Stop the background poller process started via startBackgroundPollingService.
Implementation
Future<bool> stopBackgroundPollingService() {
throw UnimplementedError(
'stopBackgroundPollingService() has not been implemented.',
);
}