Revert "Revert "notificacion desde cita""

This reverts commit 1e09cb470ebdcdb5b0f0e819a9c8484f73031e1c.
This commit is contained in:
lizandrogd
2023-08-22 16:12:55 -05:00
parent 1d36026cb7
commit e10469b4d3
2 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class MyApp extends StatelessWidget {
theme: ThemeData(fontFamily: 'Poppins'),
debugShowCheckedModeBanner: false,
title: 'ProsApp',
initialRoute: '/splash',
initialRoute: '/',
routes: {
'/splash': (context) => const SplashScreen(),
'/': (context) => const LoginScreen(),