onPingResult property

Stream<PingResult> get onPingResult

Stream for ping results

Implementation

static Stream<PingResult> get onPingResult =>
    _pingResultController.stream;