AppRemoteSearchListItemsFetcher<T> constructor

const AppRemoteSearchListItemsFetcher<T>(
  1. Future<List<T>> getItems(
    1. String search
    )
)

Implementation

const AppRemoteSearchListItemsFetcher(
  this.getItems,
);