added fcm (device) token to login data

This commit is contained in:
amirrezaghabeli
2025-09-22 09:47:47 +03:30
parent 51be08427f
commit 0c2f953636
5 changed files with 38 additions and 41 deletions
-2
View File
@@ -130,10 +130,8 @@ class TendersViewModel with ChangeNotifier {
}
if (_tendersResponse?.meta?.pages != null) {
_totalPages = _tendersResponse!.meta!.pages!;
print('Total pages: $_totalPages');
} else {
_totalPages = 1;
print('Total pages not available, fallback to 1');
}
notifyListeners();
break;