fix deprecated reference in doc
This commit is contained in:
parent
afa3f33328
commit
8e06d1d1b4
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This is a generated file; do not edit or check into version control.
|
||||
export "FLUTTER_ROOT=/Users/lorenzopichilli/fvm/versions/2.10.4"
|
||||
export "FLUTTER_APPLICATION_PATH=/Users/lorenzopichilli/Desktop/flutter_inappwebview/example"
|
||||
export "FLUTTER_APPLICATION_PATH=/Users/lorenzopichilli/flutter_inappwebview_v5/example"
|
||||
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
|
||||
export "FLUTTER_TARGET=lib/main.dart"
|
||||
export "FLUTTER_BUILD_DIR=build"
|
||||
|
|
|
@ -99,7 +99,7 @@ class InAppWebViewOptions
|
|||
///Set to `true` to be able to listen at the [WebView.onLoadResource] event. The default value is `false`.
|
||||
bool useOnLoadResource;
|
||||
|
||||
///Set to `true` to be able to listen at the [WebView.onDownloadStart] event. The default value is `false`.
|
||||
///Set to `true` to be able to listen at the [WebView.onDownloadStartRequest] event. The default value is `false`.
|
||||
bool useOnDownloadStart;
|
||||
|
||||
///Set to `true` to have all the browser's cache cleared before the new WebView is opened. The default value is `false`.
|
||||
|
|
Loading…
Reference in New Issue