dead code

This commit is contained in:
mertalev 2026-03-10 12:48:32 -05:00
parent 696f1d1d4a
commit 61ae202fdf
No known key found for this signature in database
GPG Key ID: DF6ABC77AAD98C95

View File

@ -38,10 +38,6 @@ class AuthRepository extends DatabaseRepository {
});
}
String getAccessToken() {
return Store.get(StoreKey.accessToken);
}
bool getEndpointSwitchingFeature() {
return Store.tryGet(StoreKey.autoEndpointSwitching) ?? false;
}