getBy abstract method

Future<List<T>> getBy(
  1. F filter
)

Retrieves items matching the given filter.

Implementation

Future<List<T>> getBy(F filter);