You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this in an ionic 3 app and got the above error. Created a new app from template to see if its a dependency related problem but still get the same error. It compiles but when I start the app I see this runtime error. Is this the correct way to use the plugin? I have this in my constructor.
My code:
this.platform.ready().then(() => {
console.log('The Memory is: ' + this.extendedDeviceInformation.memory);
});