watchData method
T?
watchData()
Watches and returns the data reactively.
Implementation
T? watchData() {
throwIfDisposed('watch data');
return _data.watch();
}
Watches and returns the data reactively.
T? watchData() {
throwIfDisposed('watch data');
return _data.watch();
}