listParticipants method

ResponseFuture<ListParticipantsResponse> listParticipants(
  1. ListParticipantsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$10.ListParticipantsResponse> listParticipants(
    $10.ListParticipantsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listParticipants, request, options: options);
}