onLastmileProbeResult property
Reports the last mile network probe result. The SDK triggers this callback within 30 seconds after the app calls startLastmileProbeTest .
result
The uplink and downlink last-mile network probe test result. See LastmileProbeResult .
Implementation
final void Function(LastmileProbeResult result)? onLastmileProbeResult;