CustomSchemeRegistration constructor

CustomSchemeRegistration({
  1. List<String>? allowedOrigins,
  2. bool? hasAuthorityComponent,
  3. required String scheme,
  4. bool? treatAsSecure,
})

Officially Supported Platforms/Implementations:

  • Windows

Implementation

CustomSchemeRegistration(
    {this.allowedOrigins,
    this.hasAuthorityComponent,
    required this.scheme,
    this.treatAsSecure});