allowedOriginRules property
A set of matching rules for the allowed origins.
NOTE: available only on Android and only if WebViewFeature.DOCUMENT_START_SCRIPT feature is supported.
Implementation
late Set<String> allowedOriginRules;
A set of matching rules for the allowed origins.
NOTE: available only on Android and only if WebViewFeature.DOCUMENT_START_SCRIPT feature is supported.
late Set<String> allowedOriginRules;