menu
jc_sdk package
documentation
com/juphoon/cloud/jc_net.dart
JCNet
hasNet method
hasNet method
dark_mode
light_mode
hasNet
method
Future
<
bool
>
hasNet
(
)
是否有网
@note @ref UNKNOWN 认为无网
@return
true 表示有网
false 表示无网
Implementation
Future<bool> hasNet() { return JCNetImpl.hasNet(); }
jc_sdk package
documentation
com/juphoon/cloud/jc_net
JCNet
hasNet method
JCNet class