clearSetting method

void clearSetting()

Implementation

void clearSetting() {
  username = null;
  password = null;
}