translationFailedHandler property

TranslationFailedHandler? translationFailedHandler
final

A callback that is used when the translation failed while being evaluated (e.g. interpolation, nesting).

If the key was missing, then it will call missingKeyHandler instead.

Implementation

final TranslationFailedHandler? translationFailedHandler;