setLastEntryTime function

void setLastEntryTime(
  1. DateTime newValue
)

Implementation

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