Future<bool?> saveInt(String key, int value) async { return await _save<int>(key, value, _saveInt); }