Sends the user to the server and returns the updated User from the server.
user
User
@override Future<User> updateUser(User user) async { _warn("updateUser"); return _defaultUser; }