ApnsConfig constructor
ApnsConfig({
- Map<
String, String> ? headers, - ApnsPayload? payload,
- ApnsFcmOptions? fcmOptions,
Represents the APNs-specific options that can be included in an Message. Refer to Apple documentation for various headers and payload fields supported by APNs.
Implementation
ApnsConfig({
this.headers,
this.payload,
this.fcmOptions,
});