reset method
void
reset()
Reset to default state
Implementation
void reset() {
_networkType.value = NetworkType.wifi;
_estimatedBandwidth = 1000;
_bandwidthSamples.clear();
}
Reset to default state
void reset() {
_networkType.value = NetworkType.wifi;
_estimatedBandwidth = 1000;
_bandwidthSamples.clear();
}