isCameraZoomSupported method

Future<bool?> isCameraZoomSupported()

摄像头焦距

@return 是否支持变焦 @discussion 摄像头手动对焦

Implementation

Future<bool?> isCameraZoomSupported() {
  return bRTCPluginChannel.invokeMethod('isCameraZoomSupported');
}