GoogleFirebaseAppcheckV1betaService constructor

GoogleFirebaseAppcheckV1betaService({
  1. String? enforcementMode,
  2. String? etag,
  3. String? name,
  4. String? updateTime,
})

Implementation

GoogleFirebaseAppcheckV1betaService({
  this.enforcementMode,
  this.etag,
  this.name,
  this.updateTime,
});