Future<void> setAccessToken(String token) async { await _storage.write(key: 'access_token', value: token); }