LoadCodepoints abstract method

Int32List LoadCodepoints(
  1. String text
)

Load all codepoints from a UTF-8 text string, codepoints count returned by parameter

Implementation

Int32List LoadCodepoints(
  String text,
);