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