static Future<void> setJwtToken(String token) { return storage.write(CoffeeKeys.jwtToken, "Bearer $token"); }