/** * * Switch the state (enabled/disabled) of the location service. * * :toggleLocationServices.js browser.toggleLocationServices(); * * * @type mobile * @for android * */ export default function toggleLocationServices () { return this.requestHandler.create({ path: '/session/:sessionId/appium/device/toggle_location_services', method: 'POST' }) }