menu
qprefs package
documentation
facade.dart
Prefs
getDateOrNow static method
getDateOrNow static method
dark_mode
light_mode
getDateOrNow
static method
DateTime
getDateOrNow
(
String
key
)
Implementation
static DateTime getDateOrNow( String key, ) => getDateOrNull(key) ?? DateTime.now();
qprefs package
documentation
facade
Prefs
getDateOrNow static method
Prefs class