cancel

open fun cancel()

Cancels this callback. No async operations will actually be interrupted as a result of this method, but it will ignore any subsequent result of the fetch.

Callback cannot be resumed after canceling. New callback has to be created.