init()

in Sources/GoogleAI/GenerativeAIService.swift [24:27]


  init(apiKey: String, urlSession: URLSession) {
    self.apiKey = apiKey
    self.urlSession = urlSession
  }