Future<String?> getATokenFromLocal() async { String? token = await secureStorage.read(key: 'access_token'); return token; }