[modules/cellular] Make DBus calls async
Doing waitForFinished is problematic since it can freeze the UI
Instead use coroutines and QCoro, which allows to write similar code that doesn't block
Doing waitForFinished is problematic since it can freeze the UI
Instead use coroutines and QCoro, which allows to write similar code that doesn't block