LLMLabSDK constructor

const LLMLabSDK({
  1. required String apiKey,
})

Implementation

const LLMLabSDK({required this.apiKey});