setCurrentTime method

void setCurrentTime(
  1. double seconds
)

Implementation

void setCurrentTime(double seconds) =>
    js_util.callMethod(this, 'setCurrentTime', [seconds]);