htmlBaseUrl property
String?
get
htmlBaseUrl
Base URL for WebViewController.loadHtmlString, giving the page a real origin.
When null, HTML is loaded via a data URI instead.
Implementation
String? get htmlBaseUrl => null;