getMaxExposureOffset method

Future<double> getMaxExposureOffset(
  1. int cameraId
)

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

Implementation

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