autoEnableFlash property
Set to true to automatically enable flash on camera start
Implementation
@$pb.TagNumber(5)
$core.bool get autoEnableFlash => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set autoEnableFlash($core.bool v) { $_setBool(4, v); }