menu
swift_flutter package
documentation
core/scope.dart
SwiftScope
getStateKeys method
getStateKeys method
dark_mode
light_mode
getStateKeys
method
List
<
String
>
getStateKeys
(
)
Get all state keys in this scope
Implementation
List<String> getStateKeys() => _state.keys.toList();
swift_flutter package
documentation
core/scope
SwiftScope
getStateKeys method
SwiftScope class