UnloadUTF8 method
Unload UTF-8 text encoded from codepoints array
Implementation
@override
void UnloadUTF8(
MemoryPointer<RChar> text,
) => _ffi.UnloadUTF8(
text.asNativePointer(),
);
Unload UTF-8 text encoded from codepoints array
@override
void UnloadUTF8(
MemoryPointer<RChar> text,
) => _ffi.UnloadUTF8(
text.asNativePointer(),
);