read abstract method

Future<List<T>> read(
  1. P? param
)

Read from rest API or a database and get a list of items

The param argument can be used to defined the query parameter

Implementation

Future<List<T>> read(P? param);