onabort property

void Function()? onabort
getter/setter pair

Set this to a handler that will be invoked when the request is aborted.

Implementation

void Function()? onabort;