Future<bool> isBiometricEnabled() async { final keyID = await _storage.getBiometricKeyID(name); return keyID != null; }