stopForegroundService method

Future<bool> stopForegroundService()

Stop the foreground service for notification polling.

Returns true if the service was stopped successfully.

Implementation

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