@override Future<bool> shouldNudgeAppLock() async { final canShow = prefs.getBool(PreferenceKeys().showAppLockDialogKey); return canShow ?? false; }