gateNext method

void gateNext(
  1. AuthTestGate gate
)

Pauses the next capture call at gate after recording the payload.

Implementation

void gateNext(AuthTestGate gate) => _nextGate = gate;