摄像头焦距
@return 是否支持变焦 @discussion 摄像头手动对焦
Future<bool?> isCameraZoomSupported() { return bRTCPluginChannel.invokeMethod('isCameraZoomSupported'); }