runClearCartAnimation method
Implementation
Future<void> runClearCartAnimation() async {
await _controller.forward();
await _controller.reverse();
_changeQtdeBadgeState("0");
return;
}
Future<void> runClearCartAnimation() async {
await _controller.forward();
await _controller.reverse();
_changeQtdeBadgeState("0");
return;
}