getAllTCP method

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

Implementation

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