configureFrom method

void configureFrom(
  1. CarpBaseService service
)

Configure from another service which has alreay been configured and potentially authenticated.

Implementation

void configureFrom(CarpBaseService service) {
  this._app = service._app;
  this._currentUser = service._currentUser;
}