Ver Fonte

Add logs

Vishnu Mohandas há 4 anos atrás
pai
commit
58d4635bb5
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      lib/main.dart

+ 1 - 0
lib/main.dart

@@ -92,6 +92,7 @@ class MyApp extends StatelessWidget with WidgetsBindingObserver {
   @override
   void didChangeAppLifecycleState(AppLifecycleState state) {
     if (state == AppLifecycleState.resumed) {
+      _logger.info("App resumed");
       _sync();
     }
   }