LoadCodepoints function

Int32List LoadCodepoints(
  1. String text
)

Implementation

Int32List LoadCodepoints(
  String text,
) => _module.LoadCodepoints(text);