WebBrowserSettings constructor
WebBrowserSettings({
- required bool openExternalBrowser,
- required List<
WebDomainException> externalExceptions, - required List<
WebDomainException> inAppExceptions, - required bool displayCloseButton,
Implementation
WebBrowserSettings({
required this.openExternalBrowser,
required this.externalExceptions,
required this.inAppExceptions,
required this.displayCloseButton,
});