How can i launch native settings from Meteor android app?

I’m building a android app using angular-meteor and want to launch native Network Settings if user is offline.

I’ve used cordova plugin https://github.com/selahssea/Cordova-open-native-settings

And it could be used like : cordova.plugins.settings.open(success_callback, failure_callback);

But the global variable cordova is undefined in my app. I don’t know how i can use this plugin ?

Any help would be appreciated. Thanks.