isCameraZoomSupported method Null safety

Future<bool> isCameraZoomSupported ()

查询当前摄像头是否支持缩放。

Implementation

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