stopBackgroundPollingService method
Stop the background poller process started via startBackgroundPollingService.
Implementation
@override
Future<bool> stopBackgroundPollingService() async {
throw UnsupportedError(
'stopBackgroundPollingService is only available on Windows.',
);
}