notification message repository impl - VeleSSemecky/Purchase GitHub Wiki
//data/com.veles.purchase.data.repository.message/NotificationMessageRepositoryImpl/NotificationMessageRepositoryImpl
[androidJvm]\
@Inject
constructor(notificationMessageService: NotificationMessageService, firebaseFirestore: FirebaseFirestore, dataStore: DataStore)