Cellular
connecting()
This function will return true
once the device is attempting to connect using the default Particle APN or 3rd party APN cellular credentials, and will return false
once the device has successfully connected to the cellular network.
// SYNTAX
Cellular.connecting();