Future<bool> hasScreenLockPassword({required LocalAuthentication auth}) async { return await auth.canCheckBiometrics && await auth.isDeviceSupported(); }