Requests focus + exposure at the view-relative point (x, y in 0..1).
x
y
Future<void> tapToFocus(double x, double y) => _invoke('tapToFocus', {'x': x, 'y': y});