UtilsNotificationRepository constructor

UtilsNotificationRepository({
  1. bool shouldUseDeviceInfo = true,
  2. bool shouldUsePersistentUrl = false,
})

Implementation

UtilsNotificationRepository({
  super.shouldUseDeviceInfo = true,
  super.shouldUsePersistentUrl,
});