removeApiKey function

Future<void> removeApiKey()

Remove the stored API key.

Implementation

Future<void> removeApiKey() async {
  // Placeholder: removes from keychain and config.
}