sendExposureSettings method
Implementation
Future<void> sendExposureSettings() async {
if (_isAutoExposure) {
await updateAutoExpSettings();
}
else {
await updateManualExpSettings();
}
}
Future<void> sendExposureSettings() async {
if (_isAutoExposure) {
await updateAutoExpSettings();
}
else {
await updateManualExpSettings();
}
}