LoadCodepoints abstract method
Load all codepoints from a UTF-8 text string, codepoints count returned by parameter
Implementation
Int32List LoadCodepoints(
String text,
);
Load all codepoints from a UTF-8 text string, codepoints count returned by parameter
Int32List LoadCodepoints(
String text,
);