ProxyAPIConfig constructor
Creates a new proxy API configuration.
Parameters:
apiUrl
: The base URL of the proxy APItargetUrlParameter
: The query parameter name for the target URL
Implementation
const ProxyAPIConfig({
required this.apiUrl,
required this.targetUrlParameter,
});