updateUser abstract method

Future<User> updateUser(
  1. User user
)

Sends the user to the server and returns the updated User from the server.

Implementation

Future<User> updateUser(User user);