Future<Result<bool>> updateProfile({required User user}) async { return await _sdk.updateProfile(user: user); }