Hi team, I see this plugin used in every Cordova plugin. I'm trying to wrap an existing Cordova plugin for use in OutSystems, and following the instructions here:
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Mobile_Plugins/Using_Cordova_Plugins
It mentions the use of a template plugin, which I have installed and used. Now, there are many references to PluginManager and methods like createScope, destroyScope, etc.
Where is the documentation for how to use the PluginManager library?
Thanks!