handle abstract method

Future<void> handle(
  1. List<String> args
)

Called automatically before executing the command. You can override to do pre-validation or setup.

Implementation

Future<void> handle(List<String> args);