execute method
execute command
Implementation
@override
Future<void> execute() async {
return createState(
name,
withArgument: withArgument.isEmpty
? PubspecUtilsTemplates.stateTemplate
: withArgument,
onCommand: onCommand,
);
}