FAndroidConfig constructor

FAndroidConfig({
  1. String? collapseKey,
  2. AndroidConfigPriority? priority,
  3. String? ttl,
  4. String? restrictedPackageName,
  5. Map<String, String>? data,
  6. FAndroidNotification? notification,
  7. FAndroidFcmOptions? fcmOptions,
})

Implementation

FAndroidConfig({
  this.collapseKey,
  this.priority,
  this.ttl,
  this.restrictedPackageName,
  this.data,
  this.notification,
  this.fcmOptions,
});