LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: FlutterReadonlySignalUtils

API reference and details for FlutterReadonlySignalUtils from signals.dart.

FlutterReadonlySignalUtils#

Kind: extension  |  Package: package:signals_flutter

Extension: FlutterReadonlySignalUtils#

extension FlutterReadonlySignalUtils on ReadonlySignal<T>

Signal extensions for watching value changes on BuildContext.

Members of FlutterReadonlySignalUtils#

Member Type Signature Description
watch method dart T watch(BuildContext context, {String? debugLabel}) Rebuild the Element that the current signal is inside of.
unwatch method dart void unwatch(BuildContext context) Stop subscriptions to updates on a signal for watchers.

References#

The FlutterReadonlySignalUtils type is referenced and used in the following pages: