NativeInts extension

Extension method for copying a Uint8List from Dart memory into native memory.

on

Methods

copyToNative({Allocator allocator = malloc}) Pointer<Char>

Available on Uint8List, provided by the NativeInts extension

Copies a Uint8List into native memory as a char*.