unsetAccount method

dynamic unsetAccount()

Implementation

unsetAccount() {
  this.account = null;
}