close method

void close()

Implementation

void close() {
  _index = null;
  _controller.reverse();
}