Commit 141da409 authored by pichillilorenzo's avatar pichillilorenzo

fix README.md, v0.1.1

parent 195fd9b7
This diff is collapsed.
...@@ -31,7 +31,7 @@ class MyInAppBrowser extends InAppBrowser { ...@@ -31,7 +31,7 @@ class MyInAppBrowser extends InAppBrowser {
} }
@override @override
Future\ onLoadStop\(String url) async { Future onLoadStop(String url) async {
print("\n\nStopped $url\n\n"); print("\n\nStopped $url\n\n");
// print body html // print body html
print(await this.injectScriptCode("document.body.innerHTML")); print(await this.injectScriptCode("document.body.innerHTML"));
......
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