zipper abstract method

Data zipper(
  1. List values
)

The function that combines the data of the Repositorys into one.

Implementation

Data zipper(List<dynamic> values);