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