disable method
Disable the network. 禁用当前节点到目标节点的所有网络通信.
Implementation
@MPI(name: "mesh.net.disable")
Future<void> disable(String mdc, {Context? ctx}) {
throw UnimplementedError('disable() has not been implemented.');
}
Disable the network. 禁用当前节点到目标节点的所有网络通信.
@MPI(name: "mesh.net.disable")
Future<void> disable(String mdc, {Context? ctx}) {
throw UnimplementedError('disable() has not been implemented.');
}