recover_Pre method
Future<RecoverSnapshotResponse>
recover_Pre(
- ServiceCall $call,
- Future<
RecoverShardSnapshotRequest> $request
Implementation
$async.Future<$9.RecoverSnapshotResponse> recover_Pre($grpc.ServiceCall $call, $async.Future<$9.RecoverShardSnapshotRequest> $request) async {
return recover($call, await $request);
}