default_ static method
Provides sensible default latency thresholds for most mobile and web applications.
Defaults:
- Excellent: 50ms
- Great: 100ms
- Good: 150ms
- Moderate: 250ms
- Poor: 500ms
Implementation
static Future<QualityThresholds> default_() =>
RustLib.instance.api.crateApiModelsConfigQualityThresholdsDefault();