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