clearApiKeys static method
Clear all API keys from the session
Implementation
static Future<void> clearApiKeys() async {
await _prefs!.remove(_apiKeys);
}
Clear all API keys from the session
static Future<void> clearApiKeys() async {
await _prefs!.remove(_apiKeys);
}