halt method

dynamic halt(
  1. dynamic duration
)

Implementation

halt(duration) {
  return warp(_effectiveTimeScale, 0, duration);
}