menu
lib5 package
documentation
identity.dart
sanitizePhrase function
sanitizePhrase function
dark_mode
light_mode
sanitizePhrase
function
String
sanitizePhrase
(
String
phrase
)
Implementation
String sanitizePhrase(String phrase) { return phrase.trim().toLowerCase(); }
lib5 package
documentation
identity
sanitizePhrase function
identity library