remove debug code

This commit is contained in:
Salvatore Giordano
2020-11-30 12:27:20 +01:00
parent aed495e80f
commit 11bee325a7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -28,7 +28,6 @@ void main() async {
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
persistenceEnabled: true,
backgroundKeepAlive: Duration(seconds: 3),
);
if (userId != null) {
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.84+86
version: 1.0.85+87
environment:
sdk: ">=2.2.2 <3.0.0"