Cordova Advanced HTTP - How to cancel request?

I am using cordova-plugin-advanced-http in my ionic app.

Suppose I use it to make HTTP request, how can I cancel request if I want? I know that I can do it by executing unsubscribe when using Angular HttpClient, but how can do it when using cordova http plugin?

Thank you.