close method

void close()

Implementation

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