end method

Future<void> end()

Implementation

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