focusPoint method

Future<void> focusPoint(
  1. Offset point
)

Implementation

Future<void> focusPoint(Offset point) async {
  await _cameraController!.setFocusPoint(point);
}