tapToFocus method

Future<void> tapToFocus(
  1. double x,
  2. double y
)

Requests focus + exposure at the view-relative point (x, y in 0..1).

Implementation

Future<void> tapToFocus(double x, double y) =>
    _invoke('tapToFocus', {'x': x, 'y': y});