getPluginLicense

suspend fun getPluginLicense(packageName: String): String

Acquires the license for the installed plugin

Return

HTML string of the license

Parameters

packageName

package name of the target plugin

Throws