Future<void> init({UUserResponse? user}) { if (user != null) this.user.value = user; return read(); }