setDebugMissingKeys method

void setDebugMissingKeys(
  1. bool enabled
)

Enable or disable debug logging for missing translation keys

Implementation

void setDebugMissingKeys(bool enabled) {
  _debugMissingKeys = enabled;
}