endHolePunch abstract method

void endHolePunch(
  1. PeerId peerId,
  2. Duration dt,
  3. Object? err
)

Called when a hole punch ends

Implementation

void endHolePunch(PeerId peerId, Duration dt, Object? err);