isCameraExposurePositionSupported method

最近更新时间:2022-09-20 05:17:40


Future<bool> isCameraExposurePositionSupported ()

检测设备是否支持手动曝光功能。

Returns

  • true:设置支持手动曝光功能。
  • false:设置不支持手动曝光功能。

Implementation


Future<bool> isCameraExposurePositionSupported() {
  return _invokeMethod('isCameraExposurePositionSupported');
}