configure method

void configure(
  1. CarpApp app
)

Configure the this instance of a Carp Service.

Implementation

void configure(CarpApp app) {
  _app = app;
}