watch<T extends Object> method
Request an instance by Type and watch your changes
SUPPORTED CLASS (Listenable, Stream).
Implementation
T watch<T extends Object>([SelectCallback<T>? onSelect]) {
return _ModularInherited.of<T>(this, onSelect: onSelect);
}