Binds the stream to this
stream
void bindStream(Stream<T> stream) => stream.listen((v) => value = v);