isReachable method

Future<bool> isReachable()

Implementation

Future<bool> isReachable() {
  throw UnimplementedError('is not supported right now');
}