readAll abstract method

Future<List<T>> readAll({
  1. String? userId,
})

Fetch all items.

Implementation

Future<List<T>> readAll({String? userId});