getAllUDP method

ResponseFuture<PortList> getAllUDP(
  1. Device request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.PortList> getAllUDP($0.Device request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllUDP, request, options: options);
}