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