This method will fetch the translated string
String translate(String key) { return _anuvadakManager.translate(key) ?? 'Key "$key" not found'; }