wait method

WaitChainBuilder wait(
  1. double time
)

Implementation

WaitChainBuilder wait(double time) {
  _chain.add(_ChainData.wait(time));
  return this;
}