clearLoginDetails method

dynamic clearLoginDetails()

Implementation

clearLoginDetails() {
  username.clear();
  password.clear();
}