keepAlphaNumeric method

String keepAlphaNumeric()

Implementation

String keepAlphaNumeric() => replaceAll(RegExp(r'[^a-zA-Z0-9]'), '');