fix : ui and android premissons

This commit is contained in:
2025-05-18 09:57:10 +03:30
parent f7ea9f3a19
commit dcc333e302
4 changed files with 2 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ class AuthService extends GetxService {
var tokenService = Get.find<TokenStorageService>();
RxBool accessRes = false.obs;
RxBool refAccessRes = false.obs;
@override
void onInit() {
super.onInit();