getMaxExposureOffset method
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.');
}