onGeolocationPermissionsHidePrompt property
void Function(dynamic controller)?
onGeolocationPermissionsHidePrompt
finalinherited
Event fired when the webview is hiding the geolocation permission prompt.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onGeolocationPermissionsHidePrompt)
Implementation
final void Function(T controller)? onGeolocationPermissionsHidePrompt;