tick method

void tick(
  1. Duration delta
)

Implementation

void tick(Duration delta) {
  _controller.tick(delta);
}