menu
frame_insights package
documentation
ui.dart
SharedPreferencesHudStorage
writeBool method
writeBool method
dark_mode
light_mode
writeBool
method
@
override
void
writeBool
(
String
key
,
bool
value
)
override
Stores a boolean.
Implementation
@override void writeBool(String key, bool value) => _store.setBool(key, value);
frame_insights package
documentation
ui
SharedPreferencesHudStorage
writeBool method
SharedPreferencesHudStorage class