debug static method

void debug(
  1. bool enableDebug
)

Implementation

static void debug(bool enableDebug) {
  plotlineFunc?.callAsFunction(null, "debug".toJS, enableDebug.toJS);
}