stopBackgroundPollingService method

  1. @override
Future<bool> stopBackgroundPollingService()
override

Stop the background poller process started via startBackgroundPollingService.

Implementation

@override
Future<bool> stopBackgroundPollingService() async {
  throw UnsupportedError(
    'stopBackgroundPollingService is only available on Windows.',
  );
}