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