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