获取摄像头的最大缩放倍数(仅适用于 Android 和 iOS 平台)
Future<double?> getCameraZoomMaxRatio() { return _channel.invokeMethod('getCameraZoomMaxRatio'); }