static Future<String> getCookie() async { final cookie = await secureStorage.read(key: cookieKey); return cookie ?? ""; }