removeRegister method

void removeRegister(
  1. String s
)

Implementation

void removeRegister(String s) {
  _registers.remove(s);
}