remove print(await controller.getOptions()); code line from the example
This commit is contained in:
parent
d96ea02876
commit
e46a531090
|
@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
|
|||
setState(() {
|
||||
this.url = url ?? '';
|
||||
});
|
||||
print(await controller.getOptions());
|
||||
},
|
||||
onProgressChanged: (controller, progress) {
|
||||
setState(() {
|
||||
|
|
Loading…
Reference in New Issue