click abstract method

Future<void> click(
  1. double x,
  2. double y,
  3. String button,
  4. int count, [
  5. List<String>? modifiers,
])

Implementation

Future<void> click(
  double x,
  double y,
  String button,
  int count, [
  List<String>? modifiers,
]);