yubioath-flutter/integration_test/android/constants.dart

8 lines
300 B
Dart
Raw Normal View History

// shared preferences keys
const betaDialogPrefName = 'prefBetaDialogShouldBeShown';
const prefNfcOpenApp = 'prefNfcOpenApp';
const prefNfcBypassTouch = 'prefNfcBypassTouch';
const prefNfcCopyOtp = 'prefNfcCopyOtp';
const prefClipKbdLayout = 'prefClipKbdLayout';
2022-09-23 11:17:28 +03:00
const prefTheme = 'APP_STATE_THEME';