Skip to content

Commit 7454c63

Browse files
committed
Updated doc
1 parent 3f61e92 commit 7454c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ flutterWebviewPlugin.launch(url,
8484

8585
```dart
8686
Future<Null> launch(String url,
87-
{bool withJavascript: true,
87+
{Map<String, String> headers: null,
88+
bool withJavascript: true,
8889
bool clearCache: false,
8990
bool clearCookies: false,
9091
bool hidden: false,

0 commit comments

Comments
 (0)