getMaxExposureOffset method Null safety
- int cameraId
override
Gets the maximum supported exposure offset for the selected camera in EV units.
Implementation
@override
Future<double> getMaxExposureOffset(int cameraId) {
throw UnimplementedError('getMaxExposureOffset() is not implemented.');
}