How to use @ionic-native/network with vue js

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?

use the capacitor plugins

offline manager is also available in capacitor plugin for vue?

is that a question or statement… If it is a question then; I don’t know what does the documentation say?

Actually i want to store requests locally .when internet is not available. as internet gets connected app should send those requests.