icmpPing method

Future<Map<String, Object?>> icmpPing(
  1. String address,
  2. int timeoutMs
)
inherited

Pings a host using native ICMP.

Implementation

Future<Map<String, Object?>> icmpPing(String address, int timeoutMs) {
  throw UnimplementedError('icmpPing() has not been implemented.');
}