NetworkServiceImpl constructor

NetworkServiceImpl({
  1. required Client httpClient,
})

Implementation

NetworkServiceImpl({
  required this.httpClient,
});