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