DeviceTokenApplePushVoIP constructor

DeviceTokenApplePushVoIP({
  1. String? extra,
  2. int? client_id,
  3. string? device_token,
  4. Bool? is_app_sandbox,
  5. Bool? encrypt,
})

Implementation

DeviceTokenApplePushVoIP({
  super.extra,
  super.client_id,
  this.device_token,
  this.is_app_sandbox,
  this.encrypt,
});