feat : information_card_widget and use it in poultry since

This commit is contained in:
2025-09-09 11:38:20 +03:30
parent 58bbe767fb
commit d03a1ee62e
4 changed files with 290 additions and 142 deletions

View File

@@ -34,7 +34,7 @@ Future<void> setupChickenDI() async {
await tokenService.saveAccessToken(Module.chicken, newToken);
},
clearTokenCallback: () async {
await tokenService.deleteAllTokens();
await tokenService.deleteModuleTokens(Module.chicken);
Get.offAllNamed(ChickenRoutes.auth, arguments: Module.chicken);
},
),