Commit e46a5310 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

remove print(await controller.getOptions()); code line from the example

parent d96ea028
...@@ -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 ?? '';
}); });
print(await controller.getOptions());
}, },
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