CustomSchemeRegistration constructor
Officially Supported Platforms/Implementations:
- Windows WebView2
Implementation
CustomSchemeRegistration({
this.allowedOrigins,
this.hasAuthorityComponent,
required this.scheme,
this.treatAsSecure,
});
Officially Supported Platforms/Implementations:
CustomSchemeRegistration({
this.allowedOrigins,
this.hasAuthorityComponent,
required this.scheme,
this.treatAsSecure,
});