hasNet method

Future<bool> hasNet()

是否有网

@note @ref UNKNOWN 认为无网

@return

  • true 表示有网
  • false 表示无网

Implementation

Future<bool> hasNet() {
  return JCNetImpl.hasNet();
}