watchData method

T? watchData()

Reactively watches the current stream data.

Implementation

T? watchData() => _data.watch();