afterError method
Returns an updated version of the current
summary following an error.
The default implementation returns current
as is.
Implementation
S afterError(S current, Object error) => current;
Returns an updated version of the current
summary following an error.
The default implementation returns current
as is.
S afterError(S current, Object error) => current;