advance method

void advance(
  1. int count
)

Implementation

void advance(int count) => js_util.callMethod(this, 'advance', [count]);