aiTestDisableEnvValue property

  1. @visibleForTesting
String aiTestDisableEnvValue
getter/setter pair

Env-var kill switch (build-time via --dart-define=DUSK_DISABLE=1).

Implementation

@visibleForTesting
static String aiTestDisableEnvValue = const String.fromEnvironment(
  'DUSK_DISABLE',
  defaultValue: '',
);