yIsNetAble function

Future<bool> yIsNetAble()

检查网络是否可用

Implementation

Future<bool> yIsNetAble() async {
  return _getPlugin()!.isNetAble();
}