See RaylibCoreDart.TextSplit.
List<String> TextSplit( String text, String delimiter, ) => _module.TextSplit(text, delimiter);