Future<void> saveAppLockStatus({required bool appLockStatus}) async { await _sharedPrefs.setBool("appLockStatus", appLockStatus); }