updateParticipant_Pre method
Future<Participant>
updateParticipant_Pre(
- ServiceCall call,
- Future<
UpdateParticipantRequest> request
Implementation
$async.Future<$9.Participant> updateParticipant_Pre($grpc.ServiceCall call,
$async.Future<$9.UpdateParticipantRequest> request) async {
return updateParticipant(call, await request);
}