exposureOffset method

Future<void> exposureOffset(
  1. double offset
)

Implementation

Future<void> exposureOffset(double offset) async {
  await _cameraController!.setExposureOffset(offset);
}