exposurePoint method

Future<void> exposurePoint(
  1. Offset offset
)

Implementation

Future<void> exposurePoint(Offset offset) async {
  await _cameraController!.setExposurePoint(offset);
}