freeCString method

void freeCString(
  1. String ptr
)

Implementation

void freeCString(String ptr) => JS_FreeCString(_ref, ptr.toNativeUtf8());