menu
idle_save package
documentation
store/save_store.dart
SaveStore
read abstract method
read abstract method
dark_mode
light_mode
read
abstract method
Future
<
String
?
>
read
(
)
Reads the stored save, or
null
if missing.
Implementation
Future<String?> read();
idle_save package
documentation
store/save_store
SaveStore
read abstract method
SaveStore class