configureFrom method

void configureFrom(
  1. CarpBaseService service
)

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

Implementation

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