DefaultPushNotificationTemplate constructor

DefaultPushNotificationTemplate({
  1. Action? action,
  2. String? body,
  3. String? sound,
  4. String? title,
  5. String? url,
})

Implementation

DefaultPushNotificationTemplate({
  this.action,
  this.body,
  this.sound,
  this.title,
  this.url,
});