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