start method

  1. @override
void start()
override

Implementation

@override
void start() {
  _isRunning = true;
  _tick(null);
}