stop method

  1. @override
void stop()
override

Implementation

@override
void stop() {
  super.stop();
  innerAction.stop();
}