OpenedFromPushNotificationEvent constructor

OpenedFromPushNotificationEvent({
  1. String? userData,
  2. int? timeStampMillis,
})

Implementation

OpenedFromPushNotificationEvent({
  super.userData,
  super.timeStampMillis,
});