execute method

Future<void> execute()

Execute the Command

Implementation

Future<void> execute() async {
  return _run(_action);
}