start method
void
start()
Starts the controller.
Implementation
void start() {
if (_isActive) return;
_start();
_isActive = true;
}
Starts the controller.
void start() {
if (_isActive) return;
_start();
_isActive = true;
}