waitAndDo method
Implementation
WaitChainBuilder waitAndDo(double time, TimeUpdateCallback onUpdate) {
_chain.add(_ChainData.waitAndDo(time, onUpdate));
return this;
}
WaitChainBuilder waitAndDo(double time, TimeUpdateCallback onUpdate) {
_chain.add(_ChainData.waitAndDo(time, onUpdate));
return this;
}