setFocusPoint method

Future<void> setFocusPoint(
  1. Offset point
)

Set a new focus point in the image

Implementation

Future<void> setFocusPoint(Offset point) async {
  _platformInstance.setFocusPoint(point);
}