GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest constructor

GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest({
  1. bool? limitedUse,
  2. String? playIntegrityToken,
})

Implementation

GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest({
  this.limitedUse,
  this.playIntegrityToken,
});