FirebaseMessagingService constructor

FirebaseMessagingService(
  1. NotificationService _notificationService,
  2. FirebaseMessaging _firebaseMessagingInstance,
  3. NotificationHandler _notificationHandler
)

Implementation

FirebaseMessagingService(
  this._notificationService,
  this._firebaseMessagingInstance,
  this._notificationHandler,
);