enableProductionMode method

void enableProductionMode()

Switches the client to production mode.

Implementation

void enableProductionMode() {
  _inTestMode = false;
}