tryReadAll method
Non-throwing variant of readAll.
Implementation
Future<DatumEither<DatumError, List<T>>> tryReadAll({
String? userId,
List<String> withRelated = const [],
}) =>
_guard(() => readAll(userId: userId, withRelated: withRelated));