menu
iapetus
iapetus_data.dart
readOptOutBool function
readOptOutBool
dark_mode
light_mode
readOptOutBool
function
bool
readOptOutBool
(
bool
?
value
)
Implementation
bool readOptOutBool(bool? value) => value ?? true;
iapetus
iapetus_data
readOptOutBool function
iapetus_data library