push ordenar por timestamp
This commit is contained in:
@@ -133,7 +133,7 @@ class _DrawerProfessionalState extends State<DrawerProfessional> {
|
||||
Navigator.of(context).push(
|
||||
CupertinoPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
return const MyServicesProScreen();
|
||||
return MyServicesProScreen();
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user