Closed kmcgill88 closed 4 years ago
I think the AwsApiGatewayResponse is missing the ability to set headers.
Adding a Map<String, String> headers or Map<String, dynamic> headers to this class should do the trick!
Map<String, String> headers
Map<String, dynamic> headers
I think the AwsApiGatewayResponse is missing the ability to set headers.
Adding a
Map<String, String> headers
orMap<String, dynamic> headers
to this class should do the trick!