recover method

  1. @MPI(name: "_{mesh.name}.devops.replica.recover")
Future<void> recover(
  1. String id, {
  2. Context? ctx,
})

Recover recover backup. 备份数据恢复.

Implementation

@MPI(name: "_{mesh.name}.devops.replica.recover")
Future<void> recover(String id, {Context? ctx}) {
  throw UnimplementedError('recover() has not been implemented.');
}