list abstract method

Future<List<T>> list(
  1. BuildContext context, {
  2. int page = 0,
  3. int size = 20,
  4. Map<String, String> extraParams = const <String, String>{},
  5. bool forceOffline = false,
})

Implementation

Future<List<T>> list(
  BuildContext context, {
  // TODO(edufolly): @QueryParam("sort") List<String> sortQuery
  int page = 0,
  int size = 20,
  Map<String, String> extraParams = const <String, String>{},
  bool forceOffline = false,
});