menu
iapetus
iapetus_data.dart
writeOptOutBool function
writeOptOutBool
dark_mode
light_mode
writeOptOutBool
function
bool
?
writeOptOutBool
(
bool
value
)
Implementation
bool? writeOptOutBool(bool value) => value ? null : false;
iapetus
iapetus_data
writeOptOutBool function
iapetus_data library