setInfo method

void setInfo(
  1. String info
)

Implementation

void setInfo(String info) {
  JS_SetRuntimeInfo(_ref, info.toNativeUtf8());
}