appCachePath property

String? appCachePath
getter/setter pair

Sets the path to the Application Caches files. In order for the Application Caches API to be enabled, this option must be set a path to which the application can write. This option is used one time: repeated calls are ignored.

Officially Supported Platforms/Implementations:

  • Android native WebView (Official API - WebSettings.setAppCachePath)

Implementation

String? appCachePath;