UserService constructor

UserService()

//////////// ////////////

Implementation

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