getPage abstract method

Future<T> getPage(
  1. int limit, [
  2. int offset = 0
])

Abstract method that is used to do the api call and json serializing

Implementation

Future<T> getPage(int limit, [int offset = 0]);