Dispatches a touchend event on the first touch that is active.
touchend
class Touchscreen { touchEnd(): Promise<void>; }
Returns:
Promise<void>