update method

Future<void> update()

Updates this AuthenticatedUser's account.

Implementation

Future<void> update() async =>
    account = await client.getAccount(account.id, token);