AwsCorsConfiguration constructor
AwsCorsConfiguration({})
Implementation
AwsCorsConfiguration({
this.allowCredentials,
this.allowHeaders,
this.allowMethods,
this.allowOrigins,
this.exposeHeaders,
this.maxAge,
});