浏览代码

Update readme to add the withLocalUrl argument

lo-tp 7 年之前
父节点
当前提交
4ff352be94
共有 1 个文件被更改,包括 1 次插入0 次删除
  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