setLastEntryIndex function

void setLastEntryIndex(
  1. double newValue
)

Implementation

void setLastEntryIndex(double newValue) =>
    prefs.setDouble("lastEntryIndex", newValue);