getCString$1 method

void getCString$1(
  1. Pointer<Char> bytes, {
  2. required int maxLength,
})

getCString:maxLength:

Implementation

void getCString$1(ffi.Pointer<ffi.Char> bytes, {required int maxLength}) {
objc.checkOsVersionInternal('NSString.getCString:maxLength:', iOS: (false, (2, 0, 0)), macOS: (false, (10, 0, 0)));
_objc_msgSend_1h3mito(this.ref.pointer, _sel_getCString_maxLength_, bytes, maxLength);

}