addPeerAsParticipant method

ResponseFuture<Empty> addPeerAsParticipant(
  1. PeerId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$8.Empty> addPeerAsParticipant($7.PeerId request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addPeerAsParticipant, request, options: options);
}