menu
flutter_localization_agent package
documentation
translation_localizations.dart
TranslationLocalizations
translate method
translate method
dark_mode
light_mode
translate
method
String
translate
(
String
key
)
Get a translated string by key.
Implementation
String translate(String key) => service.getTranslation(key);
flutter_localization_agent package
documentation
translation_localizations
TranslationLocalizations
translate method
TranslationLocalizations class