UNPKG

cordova-plugin-exit

Version:

Cordova plugin for exiting the app programmatically for Android, iOS and WP

6 lines (4 loc) 112 B
var exec = require('cordova/exec'); module.exports = function() { exec(null, null, 'Exit', 'exit', []); };