close method

void close()

Dispose the controller.

Implementation

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