FirebaseMessagingService constructor
- NotificationService _notificationService,
- FirebaseMessaging _firebaseMessagingInstance,
- NotificationHandler _notificationHandler
Implementation
FirebaseMessagingService(
this._notificationService,
this._firebaseMessagingInstance,
this._notificationHandler,
);