static Future<void> setFirstOpenTime(int firstOpenTimeMillis) async { await Prefs.setInt('first_open_time', firstOpenTimeMillis); }