execute method

Future<Msg?> execute()

Executes the command and returns the resulting message (if any).

Implementation

Future<Msg?> execute() => _execute();