update Local User
fun updateLocalUser(user: WacUser, onCompletion: (Either<WacUser, SippoResourceError>) -> Unit)
Content copied to clipboard
Updates de local user.
Parameters
user
User to be updated.
on Completion
Callback that will be invoked when the request is completed. It will receive the updated local user or a SippoResourceError otherwise.