unsubscribe method

void unsubscribe()

Implementation

void unsubscribe() {
  _isDestroyed.completeWith(true);
  _internalStateObserver.complete();
  _snapshotSubject.complete();
}