added support for web ; bumped dart_core_sdk version to 1.13.2

This commit is contained in:
2026-06-24 17:05:42 +02:00
parent fff5617757
commit 3efe4dcca6
20 changed files with 734 additions and 30 deletions

View File

@@ -177,6 +177,7 @@ class AuthService {
Future<void> setAccessToken(String token) async {
final prefs = await SharedPreferences.getInstance();
prefs.setString('accessToken', token);
accessToken = token;
}