abort method

void abort([
  1. dynamic reason
])

Implementation

void abort([dynamic reason]) => js_util.callMethod(this, 'abort', [reason]);