Dispatches a touchend event for this touch.
touchend
interface TouchHandle { end(): Promise<void>; }
Returns:
Promise<void>