enqueue method

void enqueue([
  1. dynamic chunk
])

Implementation

void enqueue([dynamic chunk]) => js_util.callMethod(this, 'enqueue', [chunk]);