execute method

  1. @override
Future<void> execute()
override

execute command

Implementation

@override
Future<void> execute() async {
  return createController(name,
      withArgument: withArgument, onCommand: onCommand);
}