CorsConfig constructor
Implementation
const CorsConfig({
required this.allowedOrigins,
required this.allowedMethods,
required this.allowedHeaders,
required this.credentials,
});
const CorsConfig({
required this.allowedOrigins,
required this.allowedMethods,
required this.allowedHeaders,
required this.credentials,
});