menu
frame_insights package
documentation
ui.dart
PerformanceHudStorage
readBool abstract method
readBool abstract method
dark_mode
light_mode
readBool
abstract method
bool
?
readBool
(
String
key
)
Reads a stored boolean, or null when the key was never written.
Implementation
bool? readBool(String key);
frame_insights package
documentation
ui
PerformanceHudStorage
readBool abstract method
PerformanceHudStorage class