androidOnGeolocationPermissionsHidePrompt property
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated("Use onGeolocationPermissionsHidePrompt instead")
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;