runDTS method
RunDTS run data transfer service once. 运行一次数据同步服务.
Implementation
@MPI(name: "mesh.daler.dts.run")
Future<void> runDTS(String id, {Context? ctx}) {
throw UnimplementedError('runDTS() has not been implemented.');
}
RunDTS run data transfer service once. 运行一次数据同步服务.
@MPI(name: "mesh.daler.dts.run")
Future<void> runDTS(String id, {Context? ctx}) {
throw UnimplementedError('runDTS() has not been implemented.');
}