imports method
Imports the weave certificate. 导入当前节点到目标节点网络的证书信息.
Implementation
@MPI(name: "mesh.net.imports")
Future<void> imports(String mdc, String crt, {Context? ctx}) {
throw UnimplementedError('imports() has not been implemented.');
}
Imports the weave certificate. 导入当前节点到目标节点网络的证书信息.
@MPI(name: "mesh.net.imports")
Future<void> imports(String mdc, String crt, {Context? ctx}) {
throw UnimplementedError('imports() has not been implemented.');
}