registerPushPromise method
Register a push promise manually.
Implementation
void registerPushPromise(int pushId, Http3PushPromiseFrame frame) {
_pushPromises[pushId] = frame;
}
Register a push promise manually.
void registerPushPromise(int pushId, Http3PushPromiseFrame frame) {
_pushPromises[pushId] = frame;
}