consumers\generate_page_content library

Classes

GeneratePageContentOptions
Options for generating page content.
GeneratePageContentParameters
Parameters used for generating page content for a specific user interface page.

Functions

generatePageContent(GeneratePageContentOptions options) Future<void>
Generates the content for a specific page based on the provided options.

Typedefs

GeneratePageContentType = Future<void> Function(GeneratePageContentOptions options)