getParticipant method
ResponseFuture<Participant>
getParticipant(
- GetParticipantRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$9.Participant> getParticipant(
$9.GetParticipantRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getParticipant, request, options: options);
}