testAIProviders method
Tests all AI providers to ensure they're working correctly.
Implementation
Future<Map<TranslationProvider, bool>> testAIProviders() async {
return _aiProviderManager.testProviders();
}
Tests all AI providers to ensure they're working correctly.
Future<Map<TranslationProvider, bool>> testAIProviders() async {
return _aiProviderManager.testProviders();
}