abort method Null safety

Future<bool> abort ()

Implementation

Future<bool> abort() => promiseToFuture<bool>(JS("", "#.abort()", this));