TouchHandle.end() method

Dispatches a touchend event for this touch.

Signature

interface TouchHandle {
  end(): Promise<void>;
}

Returns:

Promise<void>