onGeolocationPermissionsHidePrompt property
void Function(T controller)?
onGeolocationPermissionsHidePrompt
final
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;