closeStream method

void closeStream()

Closes the AuthState Stream

Implementation

void closeStream() {
  this._authStatusController.close();
}