readReplica method
ReadReplica read system data backup. 读取系统备份.
Implementation
@MPI(name: "_{mesh.name}.devops.replica.read")
Future<Uint8List?> readReplica(String code, {Context? ctx}) {
throw UnimplementedError('readReplica() has not been implemented.');
}