errorMessageProviderFunc property

ErrorMessageProvider? errorMessageProviderFunc
getter/setter pairinherited

A optional developer provided callback function that translates an exception to an error message.

When a exceptions is thrown by the commandFunc, then this function will be called to get the state.errorMessage

Implementation

ErrorMessageProvider? errorMessageProviderFunc;