stream property

Stream<PingData> stream

On listen, start sending ICMP ECHO_REQUEST to network hosts

Stop after sending count ECHO_REQUEST packets. Wait interval seconds between sending each packet. The timeout is the time to wait for a response, in seconds.

Implementation

Stream<PingData> get stream => _ping.stream;