get<TModel extends ManagedModel> abstract method
Query for raw data from all Providers.
Optionally, the repository can be passed to the same provider method
with a named argument (repository: this
) to use in the Adapter
.
Implementation
get<TModel extends ManagedModel>({Query query});