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