Pages Implementation

Implemented Profile and Recent Conversation skeleton pages
This commit is contained in:
2025-02-07 20:13:07 +00:00
parent 7504f341d2
commit 7e33872886
15 changed files with 448 additions and 63 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class NavigationService {
}
// Manually Call Function
goBack() {
void goBack() {
return navigatorKey!.currentState!.pop();
}
}