FAndroidConfig constructor
FAndroidConfig({
- String? collapseKey,
- AndroidConfigPriority? priority,
- String? ttl,
- String? restrictedPackageName,
- Map<
String, String> ? data, - FAndroidNotification? notification,
- FAndroidFcmOptions? fcmOptions,
Implementation
FAndroidConfig({
this.collapseKey,
this.priority,
this.ttl,
this.restrictedPackageName,
this.data,
this.notification,
this.fcmOptions,
});