NanoafService constructor

NanoafService({
  1. required NanoafConfig config,
  2. Client? httpClient,
})

Implementation

NanoafService({
  required this.config,
  http.Client? httpClient,
}) : _httpClient = httpClient ?? http.Client();