menu
genai_components package
documentation
providers/app_state.dart
AppState
refreshList property
refreshList property
dark_mode
light_mode
refreshList
property
BehaviorSubject
<
bool
>
refreshList
getter/setter pair
Implementation
late BehaviorSubject<bool> refreshList = BehaviorSubject<bool>.seeded(false);
genai_components package
documentation
providers/app_state
AppState
refreshList property
AppState class