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