updateEmailAddress

open suspend override fun updateEmailAddress(email: String): NetworkResponse<Boolean>

Update the email address of the current user.

Return

A NetworkResponse with the result of the operation. true if the email address was updated, it is the same email address

Parameters

email

The new email address.