workouttest_app/lib/util/env.dart

3 lines
89 B
Dart

class EnvironmentConfig {
static const test_env = String.fromEnvironment('test_env');
}