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