getMinExposureOffset method

Future<double> getMinExposureOffset(
  1. int cameraId
)

Gets the minimum supported exposure offset for the selected camera in EV units.

Implementation

Future<double> getMinExposureOffset(int cameraId) {
  throw UnimplementedError('getMinExposureOffset() is not implemented.');
}