removed code line in example
This commit is contained in:
parent
a04f9eab10
commit
a5b90a33d0
|
@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
|
|||
setState(() {
|
||||
this.url = url ?? '';
|
||||
});
|
||||
debugPrint((await _cookieManager.ios.getAllCookies()).toString(), wrapWidth: 1024);
|
||||
},
|
||||
onProgressChanged: (controller, progress) {
|
||||
setState(() {
|
||||
|
|
Loading…
Reference in New Issue