normalizeAuthEmailOtpEmail function
Normalizes an OTP storage key without full email-address validation.
This helper trims and lowercases email; authentication flows should use
the stricter email validator when accepting an address from a user.
Implementation
String normalizeAuthEmailOtpEmail(String email) => _normalizeEmail(email);