static Future<int?> getInt(String key) async { final prefs = await _getInstance(); return prefs.getInt(key); }