close method

void close()

Close the auth stream controller.

Implementation

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