init method

void init()

Called to initialize the controller. Same as reset

Implementation

void init() {
  this.reset();
}