Skip to content

Commit 2b646bf

Browse files
authored
Merge pull request #202 from lo-tp/master
Update readme to add the withLocalUrl argument
2 parents 262b079 + 3177ec6 commit 2b646bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Future<Null> launch(String url,
111111
String userAgent: null,
112112
bool withZoom: false,
113113
bool withLocalStorage: true,
114+
bool withLocalUrl: true,
114115
bool scrollBar: true});
115116
```
116117
```dart

0 commit comments

Comments
 (0)