feat : information_card_widget and use it in poultry since
This commit is contained in:
@@ -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);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user