pipeToValue method

void pipeToValue(
  1. RxValue<T> other
)
override

Pipes events to other

Implementation

void pipeToValue(RxValue<T> other) => other.bindStream(_stream);