Taps at the given screen coordinates.
Future<void> tapAt(double x, double y) async { config.logger('tapAt($x, $y)'); await _channel.invokeMethod<void>('tapAt', {'x': x, 'y': y}); }