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.');
}
Accessible Check the mesh network is accessible.
@MPI(name: "mesh.net.accessible")
Future<bool?> accessible(Route route, {Context? ctx}) {
throw UnimplementedError('accessible() has not been implemented.');
}