call method

void call()

Implementation

void call() {
  if (!_registers.contains(this)) {
    _registers.add(this);
    initializer();
  }
}