bind method

  1. @override
void bind(
  1. Stream<LxStatus<T>> stream
)
override

Binds an external stream to this reactive variable.

Implementation

@override
void bind(Stream<LxStatus<T>> stream) => super.bind(stream);