ApnsPlatformOptions constructor

const ApnsPlatformOptions({
  1. String? subtitle,
})

Holds Apple Push Notification service (APNS) specific options for push notifications.

Implementation

const ApnsPlatformOptions({this.subtitle});