Dispatches a touchend event.
touchend
class Touchscreen { abstract touchEnd(): Promise<void>; }
Returns:
Promise<void>