APNSPushNotificationTemplate constructor

APNSPushNotificationTemplate({
  1. Action? action,
  2. String? body,
  3. String? mediaUrl,
  4. String? rawContent,
  5. String? sound,
  6. String? title,
  7. String? url,
})

Implementation

APNSPushNotificationTemplate({
  this.action,
  this.body,
  this.mediaUrl,
  this.rawContent,
  this.sound,
  this.title,
  this.url,
});