readReplica method

  1. @MPI(name: "_{mesh.name}.devops.replica.read")
Future<Uint8List?> readReplica(
  1. String code, {
  2. Context? ctx,
})

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.');
}