Removes the myUser from both the profiles and accounts.
myUser
Future<void> deleteAccount(MyUser myUser) async { await _auth.removeAccount(myUser.id); }