watchHasData method

bool watchHasData()

Reactively checks whether data has been received.

Implementation

bool watchHasData() => _hasData.watch();