start method

void start([
  1. int? timeslice
])

Implementation

void start([int? timeslice]) =>
    js_util.callMethod(this, 'start', [timeslice]);