getParticipant method

ResponseFuture<Participant> getParticipant(
  1. GetParticipantRequest request, {
  2. CallOptions? options,
})

Implementation

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