read<T> method
Gets the current state referenced by ref.
Implementation
@protected
@nonVirtual
T read<T>(Watchable<T> ref) {
return scope.read(ref, null);
}
Gets the current state referenced by ref.
@protected
@nonVirtual
T read<T>(Watchable<T> ref) {
return scope.read(ref, null);
}