fetch abstract method

Future<List<S>> fetch(
  1. int from,
  2. int to
)

Implementation

Future<List<S>> fetch(int from, int to);