I am trying to use @ionic-native/network plugin with vue js but didn’t find any documentation any where in official docs only angular example is available here
Network - Ionic Documentation (ionicframework.com)
Can i use this plugin to check if network connection is available or not?
also i want to store data offline and when network is available it should be farward to api.
Is this available in this plugin?