Future<bool> putInt(String key, int value) async { return await preferences?.setInt(_key(key), value) ?? false; }