APNSVoipChannelRequest constructor

APNSVoipChannelRequest({
  1. String? bundleId,
  2. String? certificate,
  3. String? defaultAuthenticationMethod,
  4. bool? enabled,
  5. String? privateKey,
  6. String? teamId,
  7. String? tokenKey,
  8. String? tokenKeyId,
})

Implementation

APNSVoipChannelRequest({
  this.bundleId,
  this.certificate,
  this.defaultAuthenticationMethod,
  this.enabled,
  this.privateKey,
  this.teamId,
  this.tokenKey,
  this.tokenKeyId,
});