removeAccount abstract method

Future<void> removeAccount(
  1. UserId id, {
  2. bool keepProfile = false,
})

Deletes the MyUser identified by the provided id from the accounts.

If keepProfile is true, then keeps the MyUser in the profiles.

Implementation

Future<void> removeAccount(UserId id, {bool keepProfile = false});