start method

void start()

Starts the controller.

Implementation

void start() {
  if (_isActive) return;

  _start();
  _isActive = true;
}