cancel abstract method

void cancel([
  1. dynamic reason
])

If the request is cancel then this will used to set the reason.

Implementation

void cancel([dynamic reason]);