menu
fastyle_core package
documentation
logic/persistence/providers/app_features.provider.dart
FastAppFeaturesDataProvider
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_features.provider
FastAppFeaturesDataProvider
onChanges property
FastAppFeaturesDataProvider class