Browse Source

Merge pull request #202 from lo-tp/master

Update readme to add the withLocalUrl argument
Simon Lightfoot 7 years ago
parent
commit
6dbdb175e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -111,6 +111,7 @@ Future<Null> launch(String url,
          String userAgent: null,
          bool withZoom: false,
          bool withLocalStorage: true,
+         bool withLocalUrl: true,
          bool scrollBar: true});
 ```
 ```dart