abort method

Future<void> abort()

Implementation

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