start method

Future<void> start()

Starts the action.

Implementation

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