getMatches method
Returns the list of profanity matches found in the text.
Implementation
List<RegExpMatch> getMatches() => censorIt.matches;
Returns the list of profanity matches found in the text.
List<RegExpMatch> getMatches() => censorIt.matches;