Support for Push Notifications in the PlayStore build

This commit is contained in:
Vitor Pamplona
2023-05-10 11:16:47 -04:00
parent 633be54dd4
commit b8bc370bc1
19 changed files with 645 additions and 92 deletions
@@ -0,0 +1,8 @@
package com.vitorpamplona.amethyst.service.notifications
import com.vitorpamplona.amethyst.AccountInfo
class PushNotificationUtils {
fun init(accounts: List<AccountInfo>) {
}
}