abortController top-level property

dynamic abortController

A controller object that allows you to abort one or more DOM requests as and when desired.

Implementation

_i2.dynamic get abortController => _i4.getProperty(
      _self,
      'AbortController',
    );