RepositoryHttpClient constructor

const RepositoryHttpClient()

Abstract class for HTTP client to be used in http Repositories. You can use this class to create your own HTTP client, or just use the default one.

Implementation

const RepositoryHttpClient();