feat: Implement app lock

This commit is contained in:
Christian Pauly 2021-01-18 08:38:19 +01:00
commit b62b0b1a63
8 changed files with 129 additions and 7 deletions

View file

@ -11,4 +11,5 @@ abstract class SettingKeys {
static const String showNoGoogle = 'chat.fluffy.show_no_google';
static const String showNoPid = 'chat.fluffy.show_no_pid';
static const String databasePassword = 'database-password';
static const String appLockKey = 'chat.fluffy.app_lock';
}