Binds an external stream to this reactive variable.
@override void bind(Stream<LxStatus<T>> stream) => super.bind(stream);