deleteUserEmail abstract method
- UserEmail email, {
- UserPassword? password,
- ConfirmationCode? confirmation,
Deletes the given email
from MyUser.emails of the authenticated
MyUser.
Implementation
Future<void> deleteUserEmail(
UserEmail email, {
UserPassword? password,
ConfirmationCode? confirmation,
});