inFlightRequests property
holds the state of all in flight requests key: request Id used by concurrency check, and relay manager
Implementation
final Map<String, RequestState> inFlightRequests = {};
holds the state of all in flight requests key: request Id used by concurrency check, and relay manager
final Map<String, RequestState> inFlightRequests = {};