BinaryBlobPointer extension

Extension method for converting a Uint8List to a Pointer<Void>.

on

Methods

toNative({Allocator allocator = pkgffi.malloc, bool zeroTerminate = false}) Pointer<Void>
Creates a byte array from this Uint8List.