SetDeepLinkCommand constructor
SetDeepLinkCommand()
Constructor for SetDeepLinkCommand. It initializes the command with its name and description.
Implementation
SetDeepLinkCommand()
: super(
RenameCommand.setAppDeepLink.name,
'Set deepLink identifier for the targeted platforms',
);