isBackgroundPollingRunning method

Future<bool> isBackgroundPollingRunning()

Whether the background poller process is currently running.

Implementation

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