onGeolocationPermissionsHidePrompt property
void Function(dynamic controller)?
onGeolocationPermissionsHidePrompt
finalinherited
Notify the host application that a request for Geolocation permissions, made with a previous call to onGeolocationPermissionsShowPrompt
has been canceled.
Any related UI should therefore be hidden.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebChromeClient.onGeolocationPermissionsHidePrompt)
Implementation
final void Function(T controller)? onGeolocationPermissionsHidePrompt;