killRequest abstract method

Future killRequest(
  1. K id
)

Function to cancel the request with the given id.

Implementation

Future killRequest(K id);