LoadUTF8 abstract method

String LoadUTF8(
  1. Int32List codepoints
)

Load UTF-8 text encoded from codepoints array

Implementation

String LoadUTF8(
  Int32List codepoints,
);