setDelayForInit method

void setDelayForInit(
  1. Duration delay
)

Implementation

void setDelayForInit(Duration delay){
  _delayForInit = delay;
}