FirePushNotificationsBlocConfig constructor
FirePushNotificationsBlocConfig({
- PushNotificationParamBuilder? paramBuilder,
- bool? logEvents,
- bool logFilter()?,
- bool autoInit = true,
Implementation
FirePushNotificationsBlocConfig({
this.paramBuilder,
this.logEvents,
this.logFilter,
this.autoInit = true,
// this.onBackgroundNotification,
});