Skip to content

Commit 3177ec6

Browse files
committed
Update readme to add the withLocalUrl argument
1 parent f0e8e71 commit 3177ec6

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)