restore_Pre method
Future<IdentifierResponse>
restore_Pre(
- ServiceCall $call,
- Future<
IdentifierUUIDWithUserComment> $request
Implementation
$async.Future<$1.IdentifierResponse> restore_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUIDWithUserComment> $request) async {
return restore($call, await $request);
}