menu
binder package
documentation
testing.dart
MockScope
onRead property
onRead property
dark_mode
light_mode
onRead
property
void Function<
T
>
(
Watchable
<
T
>
ref
)
?
onRead
getter/setter pair
Called when
read
is called.
Implementation
void Function<T>(Watchable<T> ref)? onRead;
binder package
documentation
testing
MockScope
onRead property
MockScope class