APNSMessage constructor
APNSMessage({
- String? aPNSPushType,
- Action? action,
- int? badge,
- String? body,
- String? category,
- String? collapseId,
- Map<
String, String> ? data, - String? mediaUrl,
- String? preferredAuthenticationMethod,
- String? priority,
- String? rawContent,
- bool? silentPush,
- String? sound,
- Map<
String, List< ? substitutions,String> > - String? threadId,
- int? timeToLive,
- String? title,
- String? url,
Implementation
APNSMessage({
this.aPNSPushType,
this.action,
this.badge,
this.body,
this.category,
this.collapseId,
this.data,
this.mediaUrl,
this.preferredAuthenticationMethod,
this.priority,
this.rawContent,
this.silentPush,
this.sound,
this.substitutions,
this.threadId,
this.timeToLive,
this.title,
this.url,
});