Future setList<TGenericType>( String key, List<TGenericType> values, ) async { await set(key, values); }