testAIProviders method

Future<Map<TranslationProvider, bool>> testAIProviders()

Tests all AI providers to ensure they're working correctly.

Implementation

Future<Map<TranslationProvider, bool>> testAIProviders() async {
  return _aiProviderManager.testProviders();
}