getCurrentSessionStart static method

int getCurrentSessionStart()

Implementation

static int getCurrentSessionStart() {
  return Prefs.getInt(_currentSessionStartKey) ?? -1;
}