Future<void> set(String mode) async { final ds = ref.read(userPrefsDatasourceProvider); await ds.setLastUsedMode(mode); state = AsyncData(mode); }