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

This commit is contained in:
Lorenzo Pichilli 2021-01-28 19:01:16 +01:00
parent d96ea02876
commit e46a531090
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
setState(() {
this.url = url ?? '';
});
print(await controller.getOptions());
},
onProgressChanged: (controller, progress) {
setState(() {