search abstract method
The search
method searches for entities that match the given query.
Implementation
FutureOr<List<D>> search(
R query,
);
The search
method searches for entities that match the given query.
FutureOr<List<D>> search(
R query,
);