telescopeDisableEnvValue property

  1. @visibleForTesting
String telescopeDisableEnvValue
getter/setter pair

Implementation

@visibleForTesting
static String telescopeDisableEnvValue = const String.fromEnvironment(
  'TELESCOPE_DISABLE',
  defaultValue: '',
);