menu
absmartly_sdk package
documentation
client_config.dart
ClientConfig
setAPIKey method
setAPIKey method
dark_mode
light_mode
setAPIKey
method
ClientConfig
setAPIKey
(
String
apiKey
)
Implementation
ClientConfig setAPIKey(String apiKey) { apiKey_ = apiKey; return this; }
absmartly_sdk package
documentation
client_config
ClientConfig
setAPIKey method
ClientConfig class