shutdown method

void shutdown()

Implementation

void shutdown() {
  _controller?.dispose();
  _controller = null;
}