UnloadCodepoints method
Unload codepoints data from memory
Implementation
@override
void UnloadCodepoints(
MemoryPointer<RInt> codepoints,
) => _ffi.UnloadCodepoints(
codepoints.asNativePointer(),
);
Unload codepoints data from memory
@override
void UnloadCodepoints(
MemoryPointer<RInt> codepoints,
) => _ffi.UnloadCodepoints(
codepoints.asNativePointer(),
);