getPluginId function
Get the full plugin ID including marketplace.
Implementation
String getPluginId() {
return '$_skillName@${getMarketplaceName()}';
}
Get the full plugin ID including marketplace.
String getPluginId() {
return '$_skillName@${getMarketplaceName()}';
}