Set a new focus point in the image
Future<void> setFocusPoint(Offset point) async { _platformInstance.setFocusPoint(point); }