setErrorTranslationCallback method
Set or update the callback for translating errors
Implementation
void setErrorTranslationCallback(ErrorTranslationCallback callback) {
_errorTranslationCallback = callback;
}
Set or update the callback for translating errors
void setErrorTranslationCallback(ErrorTranslationCallback callback) {
_errorTranslationCallback = callback;
}