HtmlShellGenerator constructor

HtmlShellGenerator({
  1. required String baseUrl,
  2. String? baseTemplate,
})

Implementation

HtmlShellGenerator({required this.baseUrl, this.baseTemplate});