isCameraZoomSupported abstract method

Future<bool> isCameraZoomSupported()

Checks whether the device supports camera zoom.

This method is for Android and iOS only.

Returns true : The device supports camera zoom. false : The device does not support camera zoom.

Implementation

Future<bool> isCameraZoomSupported();