touch method

Future<void> touch(
  1. Point point
)

Implementation

Future<void> touch(Point point) async {
  return _api.touch(point);
}