add Plugin Instance
Add a Capacitor Plugin instance to be loaded with this Portal.
Example usage (kotlin):
val myPlugin = MyCapacitorPlugin()
portal.addPluginInstance(myPlugin)
Content copied to clipboard
Example usage (java):
val myPlugin = new MyCapacitorPlugin();
portal.addPluginInstance(myPlugin);
Content copied to clipboard
Parameters
plugin
a Plugin instance to be used with the Portal