add method

void add(
  1. String request
)

Implementation

void add(String request) {
  _configController.add(RestartConfig.fromString(request));
}