@override Future<void> clearBiometrics() async { try { await _secureStorage.delete(key: SuperKeys.userBiometricKey); } on Exception { rethrow; } }