GetItems<T> typedef

GetItems<T> = Future<List<T>> Function(ReadListOperation<T>)

Logic to activate getItems.

Implementation

typedef GetItems<T> = Future<List<T>> Function(ReadListOperation<T>);