useOnShowFileChooser property

bool? useOnShowFileChooser
getter/setter pair

Set to true to be able to listen at the PlatformWebViewCreationParams.onShowFileChooser event.

If the PlatformWebViewCreationParams.onShowFileChooser event is implemented and this value is null, it will be automatically inferred as true, otherwise, the default value is false. This logic will not be applied for PlatformInAppBrowser, where you must set the value manually.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

bool? useOnShowFileChooser;