AppleApplicationConfiguration constructor

AppleApplicationConfiguration({
  1. String bundleId,
  2. String buttonText,
  3. String keyId,
  4. String scope,
  5. String servicesId,
  6. String teamId,
})

Implementation

AppleApplicationConfiguration(
    {this.bundleId,
    this.buttonText,
    this.keyId,
    this.scope,
    this.servicesId,
    this.teamId});