deleteMyUser abstract method
- UserPassword? password,
- ConfirmationCode? confirmation,
Deletes the authenticated MyUser completely.
This action cannot be reverted.
Implementation
Future<void> deleteMyUser({
UserPassword? password,
ConfirmationCode? confirmation,
});