appendBytes_length_ method

void appendBytes_length_(
  1. Pointer<Void> bytes,
  2. int length
)

Implementation

void appendBytes_length_(ffi.Pointer<ffi.Void> bytes, int length) {
  _lib._objc_msgSend_22(_id, _lib._sel_appendBytes_length_1, bytes, length);
}