Type for the callback action when a message translation is not found.
typedef MessageIfAbsent = String Function( String? messageText, List<Object>? args);