GeolocationPermissionShowPromptResponse constructor

GeolocationPermissionShowPromptResponse({
  1. required bool allow,
  2. required String origin,
  3. bool retain = false,
})

Implementation

GeolocationPermissionShowPromptResponse(
    {required this.allow, required this.origin, this.retain = false});