FirePushNotificationsBlocConfig constructor

FirePushNotificationsBlocConfig({
  1. PushNotificationParamBuilder? paramBuilder,
  2. bool? logEvents,
  3. bool logFilter(
    1. FirePushNotificationsEvent event
    )?,
  4. bool autoInit = true,
})

Implementation

FirePushNotificationsBlocConfig({
  this.paramBuilder,
  this.logEvents,
  this.logFilter,
  this.autoInit = true,
  // this.onBackgroundNotification,
});