In import { Platform } from '@ionic/angular';
we have
Platform.ready().then(() => { _call some native plugin here_ });
to make sure app is fully ready before calling any native service.
What is the alternative for @ionic/vue?
Thanks
1 post - 1 participant