menu
tstore package
documentation
logic/core/store.dart
TStore
watch method
watch method
dark_mode
light_mode
watch
method
Stream
<
BoxEvent
>
?
watch
(
{
String
?
key
,
})
Implementation
Stream<BoxEvent>? watch({String? key}) => _box!.watch(key: key);
tstore package
documentation
logic/core/store
TStore
watch method
TStore class