start method

void start()

Implementation

void start() {
  if (!mounted) return;
  _controller?.repeat();
}