mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 13:28:40 +00:00
4 lines
153 B
Dart
4 lines
153 B
Dart
class SecureStorageKeys {
|
|
static const String signalIdentity = "signal_identity";
|
|
static const String signalSignedPreKey = "signed_pre_key_store";
|
|
}
|