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