This plugin set / gets the Mobile data state.
This Plugin Requires https://github.com/Whebcraft/System_api.git
Install https://github.com/Whebcraft/Cordova-Mobile-Data.git
@return - String, 'enabled'
window.mobiledata.enable({success:dataEnabled});
@return - String, 'disabled'
window.mobiledata.disable({success:dataDisable});
@return - String, 'enabled/disabled'
window.mobiledata.toggle({success:dataToggle});
@return - String, 'enabled/disabled'
window.mobiledata.check({success:dataCheck});