hasPushPromise method

bool hasPushPromise(
  1. int pushId
)

Check if a push promise with pushId is registered.

Implementation

bool hasPushPromise(int pushId) => _pushPromises.containsKey(pushId);