getLastEventTimestamp static method

int getLastEventTimestamp()

Implementation

static int getLastEventTimestamp() {
  if (!Prefs.containsKey(_lastEventTimestampKey)) return 0;
  return Prefs.getInt(_lastEventTimestampKey) ?? 0;
}