useAutoFocus property
Set to true to enable auto focus This parameter is only supported on Android devices.
Implementation
@$pb.TagNumber(2)
$core.bool get useAutoFocus => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set useAutoFocus($core.bool value) => $_setBool(1, value);