setDebugMissingKeys method
Enable or disable debug logging for missing translation keys
Implementation
void setDebugMissingKeys(bool enabled) {
_debugMissingKeys = enabled;
}
Enable or disable debug logging for missing translation keys
void setDebugMissingKeys(bool enabled) {
_debugMissingKeys = enabled;
}