sendTap method
Implementation
Future<void> sendTap(Point<int> pos, {InputSource? inputSource, bool debug = false}) async {
await exec(_makeTap(pos, inputSource: inputSource), debug: debug);
}
Future<void> sendTap(Point<int> pos, {InputSource? inputSource, bool debug = false}) async {
await exec(_makeTap(pos, inputSource: inputSource), debug: debug);
}