Future<void> updateRole(String newRole) async { await _storage.write(key: '${_authPrefix}role', value: newRole); role.value = newRole; }