runClearCartAnimation method

Future<void> runClearCartAnimation()

Implementation

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