enableProductionMode method

void enableProductionMode()

Switches the client to production mode.

Implementation

void enableProductionMode() {
  config.enableProductionMode();
}