getCameraZoomMaxRatio method

FutureOr<float> getCameraZoomMaxRatio()

@hidden(macOS) @detail api @brief Gets the maximum zoom magnification of the currently used camera (front/rear). @return The maximum zoom parameters that can be set

Implementation

FutureOr<float> getCameraZoomMaxRatio() async {
  return await nativeCall('getCameraZoomMaxRatio', []);
}