String sanitizeOTP({bool numericOnly = true}) { if (numericOnly) { return digitsOnly; } return alphanumericOnly; }