GeolocationPermissionDeniedException constructor

GeolocationPermissionDeniedException([
  1. String message = "The acquisition of the geolocation information failed because the page didn't have the necessary permissions."
])

Implementation

GeolocationPermissionDeniedException(
    [this.message =
        "The acquisition of the geolocation information failed because the page didn't have the necessary permissions."]);