remove method

void remove(
  1. String atSign
)

Implementation

void remove(String atSign) {
  _passwords.remove(_normalizeAtSign(atSign));
}