FcmAndroid constructor
FcmAndroid({
- String? collapseKey,
- String? priority,
- String? ttl,
- String? restrictedPackageName,
- Map<
String, String> ? data, - FcmAndroidNotification? notification,
- FcmOptions? fcmOptions,
Implementation
FcmAndroid({
this.collapseKey,
this.priority,
this.ttl,
this.restrictedPackageName,
this.data,
this.notification,
this.fcmOptions,
});