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