configureFrom method
Configure from another service
which has already been configured
and potentially authenticated.
Implementation
void configureFrom(CarpBaseService service) {
_app = service._app;
_currentUser = service._currentUser;
}
Configure from another service
which has already been configured
and potentially authenticated.
void configureFrom(CarpBaseService service) {
_app = service._app;
_currentUser = service._currentUser;
}