clearXhrPendingCalls method
      
void
clearXhrPendingCalls()
      
     
    
    
Implementation
void clearXhrPendingCalls() {
  dartContext[XHR_PENDING_CALLS_KEY] = [];
}void clearXhrPendingCalls() {
  dartContext[XHR_PENDING_CALLS_KEY] = [];
}