update notification

This commit is contained in:
Salvatore Giordano
2020-11-30 12:26:54 +01:00
parent c0d7571fbf
commit aed495e80f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ void main() async {
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
persistenceEnabled: true,
backgroundKeepAlive: Duration(seconds: 3),
);
if (userId != null) {