static Future<void> setCurrentSessionStart(int ts) async { await Prefs.setInt(_currentSessionStartKey, ts); }