feat : pagination

This commit is contained in:
MrM
2025-06-06 18:50:16 +03:30
parent 31792a2f8a
commit 63e9ec585d
7 changed files with 78 additions and 20 deletions

View File

@@ -220,8 +220,5 @@ class ChickenRepositoryImpl implements ChickenRepository {
fromJson: DashboardKillHouseFreeBar.fromJson,
);
return res.data;
}
}