enableStandardWebSocket constant

bool const enableStandardWebSocket

Implementation

static const bool enableStandardWebSocket =
    bool.fromEnvironment('calzone.build', defaultValue: false) ||
    bool.fromEnvironment('websocket.standard', defaultValue: true);