menu
fastyle_core package
documentation
logic/persistence/providers/app_dict.provider.dart
FastAppDictDataProvider
onChanges property
onChanges property
dark_mode
light_mode
onChanges
property
Stream
<
TStoreChanges
>
get
onChanges
inherited
Returns the stream of changes.
Implementation
Stream<TStoreChanges> get onChanges => store.onChanges;
fastyle_core package
documentation
logic/persistence/providers/app_dict.provider
FastAppDictDataProvider
onChanges property
FastAppDictDataProvider class