GoogleCloudRecaptchaenterpriseV1AndroidKeySettings constructor

GoogleCloudRecaptchaenterpriseV1AndroidKeySettings({
  1. bool? allowAllPackageNames,
  2. List<String>? allowedPackageNames,
  3. bool? supportNonGoogleAppStoreDistribution,
})

Implementation

GoogleCloudRecaptchaenterpriseV1AndroidKeySettings({
  this.allowAllPackageNames,
  this.allowedPackageNames,
  this.supportNonGoogleAppStoreDistribution,
});