Browse Source

add comment

Yann-Cyril PELUD 7 years ago
parent
commit
9a16053f85
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/src/base.dart

+ 2 - 0
lib/src/base.dart

@@ -71,6 +71,8 @@ class FlutterWebviewPlugin {
   /// - [withLocalStorage] enable localStorage API on Webview
   ///     Currently Android only.
   ///     It is always enabled in UIWebView of iOS and  can not be disabled.
+  /// - [withLocalUrl]: allow url as a local path
+  ///     Allow local files on iOs > 9.0
   Future<Null> launch(String url,
       {bool withJavascript,
       bool clearCache,