enable persistence in sample app

This commit is contained in:
Salvatore Giordano
2021-01-22 22:49:59 +01:00
parent 9d48d10666
commit 7935eb1ac5
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@ void main() async {
logLevel: Level.INFO,
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
persistenceEnabled: false,
persistenceEnabled: true,
);
if (userId != null) {