sandboxPaths property

List<String>? sandboxPaths
final

Set additional paths that should be accessible when running in sandbox mode.

Each path will be added to the sandbox to allow web processes to access those directories. This is useful when the WebView needs access to specific local files or directories.

Officially Supported Platforms/Implementations:

Implementation

final List<String>? sandboxPaths;