updateParticipant_Pre method

Future<Participant> updateParticipant_Pre(
  1. ServiceCall call,
  2. Future<UpdateParticipantRequest> request
)

Implementation

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