A hook that returns a tap handler which fires onTrigger after taps
consecutive taps, as long as each tap happens within resetMs of the
previous one. Useful for hidden debug/QA gestures.
Parameters
onTrigger: ()=>void
Function to call once the required number of consecutive taps is reached
A hook that returns a tap handler which fires
onTriggeraftertapsconsecutive taps, as long as each tap happens withinresetMsof the previous one. Useful for hidden debug/QA gestures.