static Future<bool> setInt(String key, int value) async { final prefs = await _getInstance(); return await prefs.setInt(key, value); }