accessible method
Accessible Check the mesh network is accessible. 组网信息网络可达性检测.
Implementation
@MPI(name: "mesh.net.accessible")
Future<bool?> accessible(Route route, {Context? ctx}) {
throw UnimplementedError('accessible() has not been implemented.');
}