waitBy method

void waitBy(
  1. DspReg? dsp
)

Implementation

void waitBy(DspReg? dsp) {
  dsp?.add(() => this);
}