WidgetUtils<T> extension
@macro WidgetUtils
- on
-
- BaseBeacon<
T>
- BaseBeacon<
Methods
-
observe(
BuildContext context, ObserverCallback< T> callback) → void -
Available on BaseBeacon<
Observes the state of a beacon and triggers a callback with the current state.T> , provided by the WidgetUtils extension -
watch(
BuildContext context) → T -
Available on BaseBeacon<
Watches a beacon and triggers a widget rebuild when its value changes.T> , provided by the WidgetUtils extension