查询当前摄像头是否支持缩放。
Future<bool> isCameraZoomSupported() { return _channel.invokeMethod('isCameraZoomSupported'); }