Commit 980a63d3 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview

parents 093d2cb6 143eb727
...@@ -272,6 +272,7 @@ class WebResourceResponse { ...@@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType, "contentType": contentType,
"contentEncoding": contentEncoding, "contentEncoding": contentEncoding,
"data": data, "data": data,
"headers": headers,
"statusCode": statusCode, "statusCode": statusCode,
"reasonPhrase": reasonPhrase "reasonPhrase": reasonPhrase
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment