AppleConfig constructor
AppleConfig({})
Implementation
AppleConfig({
required this.bundleId,
required this.issuerId,
required this.keyId,
required this.privateKey,
this.useSandbox = false,
});
AppleConfig({
required this.bundleId,
required this.issuerId,
required this.keyId,
required this.privateKey,
this.useSandbox = false,
});