setExposurePoint method Null safety
override
Sets the exposure point for automatically determining the exposure values.
Supplying null
for the point
argument will result in resetting to the
original exposure point value.
Implementation
@override
Future<void> setExposurePoint(int cameraId, Point<double>? point) {
throw UnimplementedError('setExposurePoint() is not implemented.');
}