.. index:: 
  !Bioseal.buildHtmlView Method
  
.. _id3_bioseal_bioseal_build_html_view_class_method:

===============================================================================
Bioseal.buildHtmlView Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Builds the presentation view, in HTML format.


.. code:: Dart

    void buildHtmlView(String? language, bool userAuthenticated)

**Parameters**

.. line-block::

    ``language`` String
    :guilabel:`in` The expected language.

    ``userAuthenticated`` bool
    :guilabel:`in` A value indicating whether the user is authenticated.


**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



