JSTypedArrayBytesDeallocatorDart typedef

JSTypedArrayBytesDeallocatorDart = void Function(Pointer<NativeType> bytes, Pointer<NativeType> deallocatorContext)

Implementation

typedef JSTypedArrayBytesDeallocatorDart = void Function(
    Pointer bytes, Pointer deallocatorContext);