isCameraZoomSupported method

  1. @override
Future<bool?> isCameraZoomSupported()

Checks whether the camera zoom function is supported.

Implementation

@override
Future<bool?> isCameraZoomSupported() {
  return _invokeMethod('isCameraZoomSupported');
}