mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-15 04:23:17 +08:00
6 lines
141 B
Dart
6 lines
141 B
Dart
// ignore_for_file: constant_identifier_names
|
|
|
|
class SharedPreferenceKeys {
|
|
static const String CERT_INSTALL_SKIP = "cert_install_skip";
|
|
}
|