RepoServiceBaseImpl constructor

RepoServiceBaseImpl({
  1. required Logger logger,
  2. IHttpClient? client,
})

Implementation

RepoServiceBaseImpl({
  required this.logger,
  this.client,
});