Files
baron-safe-app/app/lib/src/features/webview/baron_safe_web_config.dart
T
kevin d2f6af7657
ci / flutter-check (push) Successful in 4s
Expand Flutter app scaffold
2026-06-30 16:21:45 +09:00

9 lines
193 B
Dart

class BaronSafeWebConfig {
const BaronSafeWebConfig._();
static const initialUrl = String.fromEnvironment(
'BARON_SAFE_WEB_URL',
defaultValue: 'https://safe.baron.hmac.kr',
);
}