error method
Notify listeners to start the error animation
Implementation
@override
void error() {
super.error();
_resetButtonState();
}
Notify listeners to start the error animation
@override
void error() {
super.error();
_resetButtonState();
}