configureProduction static method

void configureProduction()

Apply production configuration (shorthand)

Implementation

static void configureProduction() =>
    applyEnvironment(ZenEnvironment.production);