0
I need to implement in my application the following Ionic plugin:
But I can’t call it in my file.
I tried something like:
window.plugins.powerManagement();
but I get:
Property plugins does not exist on type "Window"
Is there any way I can access this plugin?
I’ve already added it through:
cordova plugin add https://github.com/boltex/cordova-plugin-powermanagement.git
But, what now?
Not what I needed.
– veroneseComS
I’ve got it, answered my own question
– veroneseComS