LOGIN — set + persist
static Future<void> setToken(String token) async { _token = token; await AppStorage.setString(_tokenKey, token); }