FcmAndroid constructor

FcmAndroid({
  1. String? collapseKey,
  2. String? priority,
  3. String? ttl,
  4. String? restrictedPackageName,
  5. Map<String, String>? data,
  6. FcmAndroidNotification? notification,
  7. FcmOptions? fcmOptions,
})

Implementation

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