setLastEntryTime function
- DateTime newValue
Implementation
void setLastEntryTime(DateTime newValue) =>
prefs.setInt("lastEntryTime", newValue.millisecondsSinceEpoch);
void setLastEntryTime(DateTime newValue) =>
prefs.setInt("lastEntryTime", newValue.millisecondsSinceEpoch);