stop method

Future<void> stop()

Stops the action.

Implementation

Future<void> stop() => _action.stop();