init notifications

This commit is contained in:
Salvatore Giordano
2020-11-19 16:22:16 +01:00
parent 26e8ffeae3
commit 5421a447ba
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -30,6 +30,9 @@ void main() async {
User(id: userId),
token,
);
if (!kIsWeb) {
initNotifications(client);
}
}
runApp(MyApp(client));