static Future<void> setSessionDuration(int duration) async { await Prefs.setInt(_sessionDurationKey, duration); }