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