close method

void close()

Closes the controller

Implementation

void close() {
  stateMap.close();
}