androidOnGeolocationPermissionsHidePrompt method
void
androidOnGeolocationPermissionsHidePrompt()
inherited
Notify the host application that a request for Geolocation permissions, made with a previous call to androidOnGeolocationPermissionsShowPrompt
has been canceled.
Any related UI should therefore be hidden.
NOTE: available only on Android.
Official Android API: https://developer.android.com/reference/android/webkit/WebChromeClient#onGeolocationPermissionsHidePrompt()
Implementation
void androidOnGeolocationPermissionsHidePrompt() {}