UserService constructor
//////////// ////////////
Implementation
// II.B - Constructor & Lifecycle
///////////////
UserService() {
_initConnectivityListener();
}
//////////// ////////////
// II.B - Constructor & Lifecycle
///////////////
UserService() {
_initConnectivityListener();
}