androidOnGeolocationPermissionsHidePrompt property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated("Use onGeolocationPermissionsHidePrompt instead")
void Function(T controller)? androidOnGeolocationPermissionsHidePrompt
final

Use onGeolocationPermissionsHidePrompt instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated("Use onGeolocationPermissionsHidePrompt instead")
final void Function(T controller)? androidOnGeolocationPermissionsHidePrompt;