Commit a5b90a33 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

removed code line in example

parent a04f9eab
...@@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> { ...@@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
setState(() { setState(() {
this.url = url ?? ''; this.url = url ?? '';
}); });
debugPrint((await _cookieManager.ios.getAllCookies()).toString(), wrapWidth: 1024);
}, },
onProgressChanged: (controller, progress) { onProgressChanged: (controller, progress) {
setState(() { setState(() {
......
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