handle abstract method

Future<void> handle(
  1. CommandResult result
)

Execute the command with parsed results

Implementation

Future<void> handle(CommandResult result);