watch method
Rebuild the Element that the current signal is inside of
Implementation
T watch(
BuildContext context, {
String? debugLabel,
}) {
return watchSignal<T>(
context,
this,
debugLabel: debugLabel,
);
}
Rebuild the Element that the current signal is inside of
T watch(
BuildContext context, {
String? debugLabel,
}) {
return watchSignal<T>(
context,
this,
debugLabel: debugLabel,
);
}