sSwitchCameraLensDirectionLabel method
Implementation
String sSwitchCameraLensDirectionLabel(CameraLensDirection value) {
return '切换至${sCameraLensDirectionLabel(value)}摄像头';
}
String sSwitchCameraLensDirectionLabel(CameraLensDirection value) {
return '切换至${sCameraLensDirectionLabel(value)}摄像头';
}