menu
swift_flutter package
documentation
store/store.dart
Store
getAllStateKeys method
getAllStateKeys method
dark_mode
light_mode
getAllStateKeys
method
List
<
String
>
getAllStateKeys
(
)
Get all state keys
Implementation
List<String> getAllStateKeys() { return _state.keys.toList(); }
swift_flutter package
documentation
store/store
Store
getAllStateKeys method
Store class