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