showAddCommand static method
Implementation
static Future<void> showAddCommand() async {
Console.writeLine(dcli.green('👾 Available Add commands:'));
Console.writeLine(dcli.green('🔹 ${Constants.kAddCommand} < package > - Adds package to pubspec.'));
Console.writeLine(dcli.green('🔹 ${Constants.kAddCommand} < ${Constants.kNativeSplashArgument} > - '
'Adds package flutter_native_splash to pubspec and creates a yaml template.'));
}