removeCancelledRequest method

void removeCancelledRequest(
  1. String requestId
)

Implementation

void removeCancelledRequest(String requestId) {
  _cancelledRequests.remove(requestId);
}