GoogleFirebaseAppcheckV1PlayIntegrityConfig constructor

GoogleFirebaseAppcheckV1PlayIntegrityConfig({
  1. String? name,
  2. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1PlayIntegrityConfig({
  this.name,
  this.tokenTtl,
});