watchPingResults method

Stream<Map<String, dynamic>> watchPingResults()

Watch individual ping results as they complete

Implementation

Stream<Map<String, dynamic>> watchPingResults() {
  throw UnimplementedError('watchPingResults() has not been implemented.');
}