removeRequestInfo static method

void removeRequestInfo(
  1. String key
)

Remove completed request information

Implementation

static void removeRequestInfo(String key) {
  _requests.remove(key);
}