removeRequestInfo static method
Remove completed request information
Implementation
static void removeRequestInfo(String key) {
_requests.remove(key);
}
Remove completed request information
static void removeRequestInfo(String key) {
_requests.remove(key);
}