start method

void start([
  1. double? when = 0
])

Implementation

void start([double? when = 0]) => js_util.callMethod(this, 'start', [when]);