IReadOnlyService<T>.List method
Gets a list of items from a remote resource.
public Task<Response<List<T>>> List(ListOptions<T>? options = null, bool refresh = false)
| parameter | description |
|---|---|
| options | list options |
| refresh | wether the local cache should be ignored or not |
See Also
- class Response<T>
- class ListOptions<T>
- interface IReadOnlyService<T>
- namespace Amica