feat: add Parent managment with admin dashbord

This commit is contained in:
Hanim
2025-09-15 13:28:20 +02:00
parent 61554c5edc
commit 050087359c
3 changed files with 470 additions and 82 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
// import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:shared_preferences/shared_preferences.dart';
class TokenService {
static const _storage = FlutterSecureStorage();
// static const _storage = FlutterSecureStorage();
static const _tokenKey = 'access_token';
static const String _refreshTokenKey = 'refresh_token';
static const _roleKey = 'user_role';