Focus and meter at the same normalized point, the usual tap-to-focus.
Future<void> focusAndMeterAt(Offset point) async { await setFocusPoint(point); await setExposurePoint(point); }