AndroidConfig constructor

AndroidConfig({
  1. String? collapseKey,
  2. Map<String, String>? data,
  3. bool? directBootOk,
  4. AndroidFcmOptions? fcmOptions,
  5. AndroidNotification? notification,
  6. String? priority,
  7. String? restrictedPackageName,
  8. String? ttl,
})

Implementation

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