removeApiKey function
Remove the stored API key.
Implementation
Future<void> removeApiKey() async {
// Placeholder: removes from keychain and config.
}
Remove the stored API key.
Future<void> removeApiKey() async {
// Placeholder: removes from keychain and config.
}