Platform ready event on Ionic-Vue

I am using NativeStorage to store some data when the user logged into the app, and then when you open the app, if you have that data, I will present you with a view and if not present will redirect you to login.

Sometimes, I am getting this error telling me: “getting item from native storage plugin_not_installed” and then if I close the app and restart again, it will work.

I am probably not waiting for the ready event, but I didn’t find anything on the documentation.