setWhiteBalance method
Sets the white balance.
Changing the setting will release the auto-white balance lock. It is recommended not to change white balance and AWB lock at the same time.
Implementation
Future<void> setWhiteBalance(String value) {
return _channel.$setWhiteBalance(this, value);
}