close method

void close()

Implementation

void close() {
  _infoReaderTimer?.cancel();
  _infoReaderTimer = null;
  _controller.close();
}