updateCacheRelations abstract method

Future<Result<int, String, List<T>?>> updateCacheRelations({
  1. Set<String>? oldRels,
  2. Set<String>? newRels,
  3. required String fieldToUpdate,
  4. required ItemCreator<T> creator,
})

Implementation

Future<Result<int, String, List<T>?>> updateCacheRelations(
    {Set<String>? oldRels,
    Set<String>? newRels,
    required String fieldToUpdate,
    required ItemCreator<T> creator});