isBackgroundPollingRunning method
Whether the background poller process is currently running.
Implementation
@override
Future<bool> isBackgroundPollingRunning() async {
throw UnsupportedError(
'isBackgroundPollingRunning is only available on Windows.',
);
}