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