sCameraPreviewLabel method
Implementation
@override
String? sCameraPreviewLabel(CameraLensDirection? value) {
if (value == null) {
return null;
}
return 'Xem trước camera ${sCameraLensDirectionLabel(value)}';
}
@override
String? sCameraPreviewLabel(CameraLensDirection? value) {
if (value == null) {
return null;
}
return 'Xem trước camera ${sCameraLensDirectionLabel(value)}';
}