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(() {
|
setState(() {
|
||||||
this.url = url ?? '';
|
this.url = url ?? '';
|
||||||
});
|
});
|
||||||
print(await controller.getOptions());
|
|
||||||
},
|
},
|
||||||
onProgressChanged: (controller, progress) {
|
onProgressChanged: (controller, progress) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
Loading…
Reference in New Issue