.. index:: 
  !Manifest.load Method
  
.. _id3_bioseal_manifest_load_class_method:

===============================================================================
Manifest.load Method
===============================================================================

Module: :ref:`Manifest<id3_bioseal_manifest_class>`

Definition
----------

Loads the manifest.


.. code:: Dart

    void load(Uint8List? manifestData)

**Parameters**

.. line-block::

    ``manifestData`` Uint8List
    :guilabel:`in` The manifest data.


**Exceptions**

.. line-block::

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



