jsConsoleWarn function

  1. @JS('console.warn')
void jsConsoleWarn(
  1. [dynamic a,
  2. dynamic b,
  3. dynamic c,
  4. dynamic d,
  5. dynamic e,
  6. dynamic f,
  7. dynamic g,
  8. dynamic h,
  9. dynamic i]
)

The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.

Implementation

@JS('console.warn')
external void jsConsoleWarn([a, b, c, d, e, f, g, h, i]);