onGeolocationPermissionsHidePrompt method
void
onGeolocationPermissionsHidePrompt()
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
void onGeolocationPermissionsHidePrompt() {}