updateLocalUser

fun updateLocalUser(user: WacUser, onCompletion: (Either<WacUser, SippoResourceError>) -> Unit)

Updates de local user.

Parameters

user

User to be updated.

onCompletion

Callback that will be invoked when the request is completed. It will receive the updated local user or a SippoResourceError otherwise.