stop method

Implementation

Future<ProfilerTrace> stop() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'stop', []));