getRange abstract method

Future<List<int>> getRange(
  1. int start,
  2. int end
)

Implementation

Future<List<int>> getRange(int start, int end);