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

This commit is contained in:
Lorenzo Pichilli 2020-08-27 17:26:31 +02:00
commit 980a63d36e
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ class WebResourceResponse {
"contentType": contentType,
"contentEncoding": contentEncoding,
"data": data,
"headers": headers,
"statusCode": statusCode,
"reasonPhrase": reasonPhrase
};