AppRemoteListItemsFetcher<T> constructor

const AppRemoteListItemsFetcher<T>(
  1. Future<List<T>> getItems()
)

Implementation

const AppRemoteListItemsFetcher(
  this.getItems,
);