postCommandExecute method

Future<void> postCommandExecute(
  1. SmartArgCommand command
)

Awaited after a SmartArgCommand is executed

Implementation

Future<void> postCommandExecute(SmartArgCommand command) => Future.value();