abort method

Future<bool> abort()

Implementation

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