removeRequest method

void removeRequest(
  1. String key
)

Implementation

void removeRequest(String key){
  _requests.remove(key);
}