InternalPushNotificationImpl constructor

InternalPushNotificationImpl(
  1. NotificationManager notificationManager,
  2. String? previousToken
)

Implementation

InternalPushNotificationImpl(
  this.notificationManager,
  this.previousToken,
);