AppleNotification constructor

const AppleNotification({
  1. String? badge,
  2. AppleNotificationSound? sound,
  3. String? imageUrl,
  4. String? subtitle,
  5. List<String> subtitleLocArgs = const <String>[],
  6. String? subtitleLocKey,
})

Implementation

const AppleNotification({
  this.badge,
  this.sound,
  this.imageUrl,
  this.subtitle,
  this.subtitleLocArgs = const <String>[],
  this.subtitleLocKey,
});