setPredictionSpoofingCleanerEnabled static method
Enables or disables prediction-based GNSS spoofing filtering. The filtering is enabled by default. This process-wide setting takes effect immediately for active location subscriptions.
enabled True to enable filtering; false to disable it. True by
default.
Implementation
static void setPredictionSpoofingCleanerEnabled(core.bool enabled) {
_setPredictionSpoofingCleanerEnabled(
enabled,
);
}