isCameraExposurePositionSupported method
检测设备是否支持手动曝光功能。
Returns
true:设置支持手动曝光功能。false:设置不支持手动曝光功能。
Implementation
@override
Future<bool> isCameraExposurePositionSupported() {
return _invokeMethod('isCameraExposurePositionSupported');
}

No data
检测设备是否支持手动曝光功能。
Returns
true:设置支持手动曝光功能。false:设置不支持手动曝光功能。@override
Future<bool> isCameraExposurePositionSupported() {
return _invokeMethod('isCameraExposurePositionSupported');
}