Check if a push promise with pushId is registered.
pushId
bool hasPushPromise(int pushId) => _pushPromises.containsKey(pushId);