watchHasData method
Reactively checks whether data has been received.
Implementation
bool watchHasData() {
throwIfDisposed('watch hasData');
return _hasData.watch();
}
Reactively checks whether data has been received.
bool watchHasData() {
throwIfDisposed('watch hasData');
return _hasData.watch();
}