Plugin.bundleUri
Node bundleUri() @propertyGet the (resolvable) URI of the plugin’s “main” bundle.
This returns the URI of the bundle where the plugin itself was found. Note that the data for a plugin may be spread over many bundles, that is, getDataUris() may return URIs which are not within this bundle.
Typical hosts should not need to use this function. Note this always returns a fully qualified URI. If you want a local filesystem path, use fileUriParse().
Returns
Bundle URI value