LatencyMonitor constructor
LatencyMonitor({
- NetworkQualityThresholds thresholds = const NetworkQualityThresholds(),
- int historySize = 5,
Creates a LatencyMonitor.
Implementation
LatencyMonitor({
NetworkQualityThresholds thresholds = const NetworkQualityThresholds(),
this.historySize = 5,
}) : _thresholds = thresholds;